| blib/lib/lazy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 18 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 60 | 6 | 6 | 0 | not $is_global || $local_lib and &is_loaded('local::lib') |
| 88 | 0 | 12 | 0 | $caller[3] and $caller[3] =~ /eval/ |
| 0 | 12 | 0 | $caller[1] and $caller[1] =~ /eval/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 60 | 0 | 6 | 6 | $is_global || $local_lib |
| 0 | 6 | 6 | $is_global || $local_lib | |
| 88 | 0 | 0 | 12 | $caller[3] and $caller[3] =~ /eval/ or $caller[1] and $caller[1] =~ /eval/ |