| blib/lib/Dancer2/Core/Role/HasLocation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 56 | 9 | 2472 | if (not $subdir =~ m[[\\/]blib[\\/]?$] and -d $libdir and -d $bindir or -f $dancerdir) |
| 65 | 2 | 2470 | if "File::Spec"->rel2abs($subdir) eq "File::Spec"->rootdir |
| 69 | 9 | 247 | $subdir_found ? : |
| 72 | 5 | 251 | if "File::Spec"->file_name_is_absolute($path) |