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