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 209 2099 not $subdir =~ m[[\\/]blib[\\/]?$] and -d $libdir
210 2095 4 not $subdir =~ m[[\\/]blib[\\/]?$] and -d $libdir and -d $bindir

or 2 conditions

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

or 3 conditions

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