| lib/lib/deep.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 30 | 30.0 |
| line | true | false | branch |
|---|---|---|---|
| 8 | 12 | 0 | if ($is_unix) |
| 9 | 7 | 5 | unless $_[0] =~ m[\A/] |
| 10 | 2 | 3 | if $_[0] =~ m[/\.\.?/] |
| 11 | 1 | 2 | if $_[0] =~ m[/\.\z] |
| 12 | 1 | 1 | if $_[0] =~ m[/\.\.\z] |
| 22 | 0 | 0 | unless @l |
| 23 | 0 | 0 | if ($depth == 0) { } |
| 29 | 0 | 0 | length $lib ? : |
| 30 | 0 | 0 | if (not path_need_canonize($path)) { } |
| 42 | 0 | 0 | if (@_) { } |
| 43 | 0 | 0 | if ($_[0] eq 0) { } |
| 0 | 0 | elsif ($_[0] =~ /^-(\d+)$/) { } | |
| 57 | 0 | 0 | if (($pkg || 'main') eq 'main') { } |
| 59 | 0 | 0 | -d $test0 ? : |
| 67 | 0 | 0 | if not grep(($abs_lib eq $_), @INC) |