LCOV - code coverage report | ||||||||||||||||||
|
||||||||||||||||||
Line data Source code 1 : namespace Cqrs.Repositories.Queries 2 : { 3 : public class OrQueryPredicate : IAndQueryPredicate 4 0 : { 5 : #region Implementation of IOrQueryPredicate 6 : 7 : public IQueryPredicate LeftQueryPredicate { get; internal set; } 8 : 9 : public IQueryPredicate RightQueryPredicate { get; internal set; } 10 : 11 : #endregion 12 : } 13 : } |
Generated by: LCOV version 1.10 |