blib/lib/Tree/Simple/Visitor/Sort.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 1 | 2 | 1 | defined $sort_function and ref $sort_function eq 'CODE' |
42 | 3 | 1 | 4 | &blessed($tree) and $tree->isa('Tree::Simple') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
14 | 0 | 5 | 0 | ref $_class || $_class |