Condition Coverage

blib/lib/DBIx/Tree/MaterializedPath/PathMapper.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
591 1 1 25 $path1 and $path2
611 1 1 24 $path1 and $path2

or 2 conditions

line l !l condition
334 3 217 $n ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
121 1 53 0 ref $class || $class
133 4 50 0 $$options{'chunksize'} || $DEFAULT_CHUNKSIZE
234 317 0 0 $chunksize ||= $$self{'_chunksize'}