| blib/lib/Acme/require/case.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 26 | 65.3 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 1 | 44 | if (_looks_like_version($filename)) |
| 24 | 0 | 1 | if $@ |
| 25 | 0 | 1 | if $v > $^V |
| 31 | 40 | 4 | if (exists $INC{$filename}) |
| 32 | 40 | 0 | if $INC{$filename} |
| 37 | 0 | 4 | if (path($filename)->is_absolute) { } |
| 44 | 3 | 33 | if ($realfilename->is_file) |
| 49 | 1 | 3 | unless $actual |
| 54 | 3 | 0 | if ($valid) { } |
| 71 | 0 | 3 | if ($@) { } |
| 0 | 3 | elsif (not $result) { } | |
| 91 | 6 | 0 | if (grep {$p eq $_;} map({$_->basename;} $search->children)) { } |
| 105 | 0 | 45 | if isvstring $v |