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