Condition Coverage

Bio/Root/Exception.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
199 131 1 11 @args % 2 == 0 and $args[0] =~ /^-/
209 9 1 0 $value =~ /^\d+$/ and $value == 0
292 427 0 0 $method =~ /^require/ and $file =~ /Error\.pm/

or 3 conditions

line l !l&&r !l&&!r condition
213 0 133 0 $value ||= $DEFAULT_VALUE
275 547 0 150 $stack[$i] =~ /^\s*([^(]+)\s*\(.*\) called at (\S+) line (\d+)/ or $stack[$i] =~ /^\s*(require 0) called at (\S+) line (\d+)/
292 0 0 427 $method =~ /^require/ and $file =~ /Error\.pm/ or $method =~ /^Error::subs::try/