| blib/lib/PJVM/ClassLoader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 12 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 0 | 4 | unless ref $args eq 'HASH' |
| 25 | 4 | 0 | if ($$args{'classpath'}) |
| 26 | 1 | 3 | unless ref $$args{'classpath'} eq 'ARRAY' |
| 44 | 3 | 1 | if (-e $pt) |
| 50 | 1 | 3 | unless $path |
| 52 | 0 | 3 | unless open my $io, '<:raw', $path |