| blib/lib/Tree/Simple/Visitor/LoadDirectoryTree.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 23 | 26 | 88.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 153 | 7 | 5 | -d $left && -f $right |
| 141 | 7 | 12 | -d $right && -f $left | |
| 45 | 146 | 7 | 10 | -d $left && -f $right |
| 141 | 7 | 5 | -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 |
| line | l | !l | condition |
|---|---|---|---|
| 93 | 141 | 30 | &$filter($item) or next |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 15 | 0 | 4 | 0 | ref $_class || $_class |