Condition Coverage

blib/lib/Dancer2/Core/Role/HasLocation.pm
Criterion Covered Total %
condition 11 11 100.0


and 3 conditions

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

or 2 conditions

line l !l condition
62 218 2113 Dancer2::FileUtils::path($subdir, '..') || '.'

or 3 conditions

line l !l&&r !l&&!r condition
54 4 4 2331 not $subdir =~ m[[\\/]blib[\\/]?$] and -d $libdir and -d $bindir or -f $dancerdir