Condition Coverage

blib/lib/Data/Transform/Grep.pm
Criterion Covered Total %
condition 12 17 70.5


and 2 conditions

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

and 3 conditions

line !l l&&!r l&&r condition
79 2 1 5 defined $params{'Get'} and defined $params{'Put'}
85 1 6 0 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
79 3 0 8 defined $params{'Code'} or defined $params{'Get'} and defined $params{'Put'}
89 2 3 0 $params{'Code'} || $params{'Get'}
2 3 0 $params{'Code'} || $params{'Put'}