blib/lib/Eval/Closure.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 14 | 78.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 22 | 1 | 2 | defined $args{'description'} and not $^P & 16 |
118 | 5 | 19 | 0 | defined $code and !ref($code) || ref $code ne 'CODE' |
line | l | !l | condition |
---|---|---|---|
29 | 7 | 20 | $args{'environment'} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
54 | 1 | 0 | 1 | reftype $source eq 'ARRAY' or overload::Method($source, '@{}') |
118 | 1 | 0 | 18 | !ref($code) || ref $code ne 'CODE' |