| blib/lib/Data/Unixish/Apply.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 20 | 60.0 |
| line | true | false | branch |
|---|---|---|---|
| 53 | 0 | 2 | unless my $in0 = $args{'in'} |
| 54 | 0 | 2 | unless my $ff0 = $args{'functions'} |
| 55 | 0 | 2 | unless ref $ff0 eq 'ARRAY' |
| 58 | 0 | 2 | unless (@$ff0) |
| 68 | 1 | 2 | if (ref $f eq 'ARRAY') { } |
| 76 | 2 | 1 | if ($i == 0) { } |
| 85 | 3 | 0 | unless (package_exists($pkg)) |
| 86 | 0 | 3 | unless eval { do { &load($pkg); 1 } } |
| 93 | 0 | 3 | unless defined &$fn |
| 97 | 0 | 3 | unless ($res->[0] == 200) |