Condition Coverage

blib/lib/Hook/Filter/RulePool.pm
Criterion Covered Total %
condition 9 11 81.8


and 3 conditions

line !l l&&!r l&&r condition
55 7 20 1 ref $obj ne 'Hook::Filter::Rule' and ref \$obj ne 'SCALAR'

or 2 conditions

line l !l condition
65 0 19 (caller 1)[3] || 'main'

or 3 conditions

line l !l&&r !l&&!r condition
55 1 0 28 not defined $obj or ref $obj ne 'Hook::Filter::Rule' and ref \$obj ne 'SCALAR'
1 1 26 not defined $obj or ref $obj ne 'Hook::Filter::Rule' and ref \$obj ne 'SCALAR' or scalar @_ != 2