| blib/lib/List/Util/PP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 30 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 66 | 0 | 0 | &$f() and return $_ |
| 130 | 0 | 0 | &$f() and return 1 |
| 137 | 0 | 0 | &$f() and return 0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 0 | 0 | 0 | ref $f and eval { do { \&$f } } |
| 60 | 0 | 0 | 0 | ref $f and eval { do { \&$f } } |
| 82 | 0 | 0 | 0 | $_ < $min and $min = $_ |
| 90 | 0 | 0 | 0 | $_ > $max and $max = $_ |
| 98 | 0 | 0 | 0 | $_ lt $min and $min = $_ |
| 106 | 0 | 0 | 0 | $_ gt $max and $max = $_ |
| line | l | !l | condition |
|---|---|---|---|
| 123 | 0 | 0 | &$f() or return 0 |
| 144 | 0 | 0 | &$f() or return 1 |
| 270 | 0 | 0 | eval { do { pack 'J', $_ } } || '' |