Condition Coverage

blib/lib/Catalyst/ActionRole/QueryParameter.pm
Criterion Covered Total %
condition 14 24 58.3


and 3 conditions

line !l l&&!r l&&r condition
27 0 11 10 defined $cond and length $cond
11 9 1 defined $cond and length $cond and not defined $op
44 2 6 2 &Scalar::Util::looks_like_number($v) && $v == $cond
45 0 0 0 &Scalar::Util::looks_like_number($v) && $v != $cond
46 0 0 0 &Scalar::Util::looks_like_number($v) && $v <= $cond
47 2 4 4 &Scalar::Util::looks_like_number($v) && $v >= $cond
48 2 2 7 &Scalar::Util::looks_like_number($v) && $v > $cond
49 0 0 0 &Scalar::Util::looks_like_number($v) && $v < $cond