Condition Coverage

blib/lib/Rubric/Entry/Query.pm
Criterion Covered Total %
condition 8 13 61.5


and 3 conditions

line !l l&&!r l&&r condition
139 1 1 18 $tags and ref $tags eq "HASH"
159 0 0 1 $tags and ref $tags eq "HASH"

or 2 conditions

line l !l condition
53 32 15 $context ||= {}
95 0 47 $order_by ||= "created DESC"

or 3 conditions

line l !l&&r !l&&!r condition
64 0 0 47 $context->{'order_by'} or "" =~ /\A(?:created|modified)\Z/