blib/lib/Circle/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 23 | 86.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
34 | 174 | 126 | 132 | $containedby and not $subof |
126 | 82 | 92 | not $containedby and $subof | |
82 | 0 | 126 | $containedby and $subof | |
82 | 8 | 118 | $containedby and $subof and $containedby ne $subof | |
49 | 8 | 4 | 10 | $obj->can('commandable_parent') && $obj->commandable_parent($cinv) |
line | l | !l | condition |
---|---|---|---|
101 | 0 | 0 | $self->{'Command_description'}[0] || '[no description]' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
34 | 132 | 92 | 208 | $containedby and not $subof or not $containedby and $subof |
92 | 200 | 8 | $containedby and not $subof or not $containedby and $subof or $containedby and $subof and $containedby ne $subof |