| blib/lib/Tree/Simple/Manager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 25 | 1 | 0 | 19 | @tree_configs and scalar @tree_configs >= 2 |
| 49 | 0 | 1 | 17 | blessed $root_tree and $root_tree->isa('Tree::Simple') |
| 104 | 0 | 1 | 3 | $file_stat and $cache_stat |
| 1 | 1 | 2 | $file_stat and $cache_stat and $cache_stat->mtime >= $file_stat->mtime | |
| 172 | 1 | 0 | 12 | blessed $tree and $tree->isa('Tree::Simple') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 0 | 19 | 0 | ref $_class || $_class |