Condition Coverage

lib/Config/Neat/Util.pm
Criterion Covered Total %
condition 17 32 53.1


and 3 conditions

line !l l&&!r l&&r condition
59 0 0 0 is_hash($node) and not is_ixhash($node)
67 0 0 0 is_hash($node) && !is_ixhash($node)
78 0 432 90 defined $n && $n =~ /^\d+$/
152 496 19 0 $contains_hash and $contains_scalar
154 19 0 239 $contains_scalar && !$contains_array
187 25 0 10 is_number($_) and $_ > $i

or 2 conditions

line l !l condition
264 0 97 $binmode || ':utf8'

or 3 conditions

line l !l&&r !l&&!r condition
99 4 0 0 is_hash($node) || is_ixhash($node)
114 0 176 471 is_array($node) || is_neat_array($node)
126 0 31 1 is_array($node) or is_neat_array($node)
138 15 243 101 is_array($node) or is_neat_array($node)