blib/lib/Elive/Entity.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 15 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 0 | 0 | 0 | $class and $url |
122 | 0 | 0 | 0 | defined $result && $result ne '' |
155 | 1 | 0 | 4 | Elive::Util::_reftype($value) eq 'HASH' and exists $$value{'Entry'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
235 | 0 | 1 | 4 | not defined $str or $str eq '' |
1 | 1 | 3 | not defined $str or $str eq '' or $str =~ /^ \w+ $/x |