| blib/lib/Dancer2/Core/Role/HasLocation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 54 | 8 | 2321 | if (not $subdir =~ m[[\\/]blib[\\/]?$] and -d $libdir and -d $bindir or -f $dancerdir) |
| 63 | 2 | 2319 | if "File::Spec"->rel2abs($subdir) eq "File::Spec"->rootdir |
| 67 | 8 | 232 | $subdir_found ? : |
| 70 | 5 | 235 | if "File::Spec"->file_name_is_absolute($path) |