| blib/lib/Perl/Build/Built.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 16 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 0 | 2 | if (ref $args[0] eq "HASH") |
| 19 | 1 | 1 | if ($args[0] and ref $args[0] eq "CODE") |
| 22 | 1 | 1 | if (@args) |
| 29 | 0 | 1 | if $combined_man_path |
| 36 | 0 | 1 | unless defined $args |
| 37 | 0 | 1 | unless ref $args eq "HASH" |
| 39 | 0 | 1 | unless exists $args->{'installed_path'} |
| 60 | 0 | 2 | if (-d $_[0]->man_path) |