Condition Coverage

blib/lib/Kelp/Util.pm
Criterion Covered Total %
condition 18 22 81.8


and 3 conditions

line !l l&&!r l&&r condition
46 0 192 6 defined $string && $string =~ s/^(\+)//
79 7 11 109 $string =~ /^(.+)::(\w+)$/ and $1 ne "main"
189 15 0 145 &$ref($a) && &$ref($b)
215 64 13 33 &$ref($b->{$k}) eq 'ARRAY' && $k =~ s/^(\+|\-)//

or 2 conditions

line l !l condition
129 6 5 pop() // ""
187 0 0 builtin::reftype($_[0]) // ""

or 3 conditions

line l !l&&r !l&&!r condition
177 1385 366 1 $loaded->{$package} //= do {
189 15 2 143 not &$ref($a) && &$ref($b) or &$ref($a) ne &$ref($b)