Condition Coverage

blib/lib/POE/Filter/Reference.pm
Criterion Covered Total %
condition 15 34 44.1


and 3 conditions

line !l l&&!r l&&r condition
88 0 0 29 $freeze and $thaw
111 0 0 0 $l <= 3 and not $KNOWN_PARAMS{$_[0]}
124 0 0 0 @_ and @_ & 1
150 0 0 14 $freeze and $thaw
177 0 0 105 $freeze and $thaw
254 16 1 23 $$self[0] =~ /^(\d+)\0/ and length $$self[0] >= $1 + length($1) + 1

or 2 conditions

line l !l condition
183 0 105 $params{'Compression'} || 0
194 0 105 $params{'NoFatals'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
86 15 14 0 $freezer->can('nfreeze') || $freezer->can('freeze')
111 14 0 91 $l == 1 or $l == 3
14 91 0 $l == 1 or $l == 3 or not defined $_[0]
91 0 0 $l == 1 or $l == 3 or not defined $_[0] or $l <= 3 and not $KNOWN_PARAMS{$_[0]}