blib/lib/Rubric/Entry/Query.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 13 | 61.5 |
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" |
line | l | !l | condition |
---|---|---|---|
53 | 32 | 15 | $context ||= {} |
95 | 0 | 47 | $order_by ||= "created DESC" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
64 | 0 | 0 | 47 | $context->{'order_by'} or "" =~ /\A(?:created|modified)\Z/ |