Condition Coverage

blib/lib/Eval/Closure.pm
Criterion Covered Total %
condition 9 11 81.8


and 3 conditions

line !l l&&!r l&&r condition
32 22 1 2 defined $args{'description'} and not $^P & 16

or 2 conditions

line l !l condition
28 7 20 $args{'environment'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
53 1 0 1 &reftype($source) eq 'ARRAY' or overload::Method($source, '@{}')
123 1 0 18 not ref $code or ref $code ne 'CODE'