Condition Coverage

blib/lib/Devel/KYTProf.pm
Criterion Covered Total %
condition 6 33 18.1


and 3 conditions

line !l l&&!r l&&r condition
98 0 0 0 $namespace_regex and not $package
0 0 0 $namespace_regex and not $package and $p =~ /^($namespace_regex)/
0 0 0 $ignore_class_regex && $p =~ /$ignore_class_regex/
0 0 0 $namespace_regex and not $package and $p =~ /^($namespace_regex)/ and not $ignore_class_regex && $p =~ /$ignore_class_regex/
110 0 0 0 $context_classes_regex and not $level
0 0 0 $context_classes_regex and not $level and $p =~ /^($context_classes_regex)$/

or 2 conditions

line l !l condition
137 9 0 ref $_[0] || $_[0] || ''
156 12 0 $package || ''
12 0 $line || 0

or 3 conditions

line l !l&&r !l&&!r condition
47 0 7 0 $prof_pkg ||= "Devel::KYTProf::Profiler::$pkg"
95 0 0 12 $namespace_regex or $context_classes_regex
134 12 0 0 not $threshold or $ns >= $threshold