| blib/lib/Evo/Lib/PP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 19 | 28 | 67.8 | 
| line | true | false | branch | 
|---|---|---|---|
| 6 | 5 | 14 | if (not defined $want) { } | 
| 10 | 4 | elsif (not $want) { } | |
| 7 | 3 | 2 | unless eval { do { &$fn(@_); 1 } } | 
| 12 | 2 | 8 | unless eval { do { $res = &$fn(@_); 1 } } | 
| 17 | 1 | 3 | unless eval { do { @res = &$fn(@_); 1 } } | 
| 25 | 0 | 0 | if not $call and $catch | 
| 26 | 0 | 0 | if ($call) | 
| 27 | 0 | 0 | if $fin | 
| 31 | 0 | 0 | if $fin | 
| 40 | 0 | 17 | unless @_ >= 1 | 
| 41 | 2 | 15 | if not @other or ref $other[0] and @other > 2 | 
| 45 | 14 | 1 | if (ref $other[0]) { } | 
| 47 | 12 | 2 | @other ? : | 
| 56 | 2 | 13 | if (my(@remaining) = keys %opts) |