Condition Coverage

blib/lib/POE/Filter/Grep.pm
Criterion Covered Total %
condition 14 17 82.3


and 2 conditions

line l !l condition
106 0 3 carp("Modify $_ element must be given a coderef") and next

and 3 conditions

line !l l&&!r l&&r condition
33 2 1 5 defined $params{'Get'} and defined $params{'Put'}
39 1 1 5 defined $params{'Get'} ? ref $params{'Get'} eq "CODE" : 1 and defined $params{'Put'} ? ref $params{'Put'} eq "CODE" : 1

or 3 conditions

line l !l&&r !l&&!r condition
33 3 6 2 defined $params{'Code'} or defined $params{'Get'} and defined $params{'Put'}
41 2 3 0 $params{'Code'} || $params{'Get'}
42 2 3 0 $params{'Code'} || $params{'Put'}