Condition Coverage

blib/lib/Tree/Simple/Visitor/LoadDirectoryTree.pm
Criterion Covered Total %
condition 23 26 88.4


and 3 conditions

line !l l&&!r l&&r condition
34 154 5 3 -d $left && -f $right
145 5 9 -d $right && -f $left
45 154 5 9 -d $left && -f $right
145 5 9 -d $right && -f $left
53 1 2 2 defined $sort_function and ref $sort_function eq 'CODE'
60 3 1 5 &blessed($tree) and $tree->isa('Tree::Simple')
66 1 0 3 -e $root_dir and -d $root_dir

or 2 conditions

line l !l condition
93 141 39 &$filter($item) or next

or 3 conditions

line l !l&&r !l&&!r condition
15 0 4 0 ref $_class || $_class