| blib/lib/Dancer2/Core/Role/HasLocation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 11 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 1 | 209 | 2099 | not $subdir =~ m[[\\/]blib[\\/]?$] and -d $libdir |
| 210 | 2095 | 4 | not $subdir =~ m[[\\/]blib[\\/]?$] and -d $libdir and -d $bindir |
| line | l | !l | condition |
|---|---|---|---|
| 62 | 213 | 2088 | Dancer2::FileUtils::path($subdir, '..') || '.' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 54 | 4 | 4 | 2301 | not $subdir =~ m[[\\/]blib[\\/]?$] and -d $libdir and -d $bindir or -f $dancerdir |