| blib/lib/Java/Javap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 16 | 25.0 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 0 | if $type_name |
| 24 | 0 | 0 | if $$element{'type'} |
| 26 | 0 | 0 | if (my $args = $$element{'args'}) |
| 49 | 0 | 6 | unless $classes |
| 50 | 0 | 6 | unless ref $classes |
| 55 | 6 | 0 | unless open my $javap_fh, '-|', @cmd |
| 66 | 0 | 0 | unless close $javap_fh |
| 77 | 0 | 6 | $output ? : |