Branch Coverage

blib/lib/EntityModel/Query/Condition.pm
Criterion Covered Total %
branch 20 30 66.6


line true false branch
29 6 0 ref $_[0] ? :
57 1 5 if ref $data ~~ 'HASH'
67 0 8 if (ref $k) { }
72 1 7 if ($start eq '-') { }
73 0 1 if ($directive eq 'subquery') { }
80 7 0 unless ref $k
82 4 3 if (not ref $v) { }
3 0 elsif (ref $v ~~ ['HASH', 'SCALAR']) { }
92 1 6 if (@node)
94 0 1 unless $prev
106 6 0 if @tree == 1 and ref $tree[0]
134 2 14 if (ref $item ~~ 'HASH') { }
14 0 elsif (ref $item ~~ 'ARRAY') { }
0 0 elsif (ref $item) { }
144 6 8 if (ref $v eq 'HASH')