blib/lib/WE/Util/GenericTree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 15 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
87 | 80 | 12 | 0 | ref $data and UNIVERSAL::can($data, 'id') |
80 | 0 | 12 | ref $data and UNIVERSAL::isa($data, 'HASH') | |
80 | 0 | 12 | ref $data and UNIVERSAL::isa($data, 'HASH') and exists $$data{'Id'} | |
197 | 80 | 0 | 0 | ref $subtree and UNIVERSAL::isa($subtree, 'WE::Util::GenericTree') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
259 | 0 | 0 | 0 | not defined $path[0] or $path[0] eq '' |