| blib/lib/Eval/Closure.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 11 | 81.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 32 | 22 | 1 | 2 | defined $args{'description'} and not $^P & 16 |
| line | l | !l | condition |
|---|---|---|---|
| 28 | 7 | 20 | $args{'environment'} ||= {} |
| 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' |