Branch Coverage

blib/lib/Textoola/PatternStatComparator.pm
Criterion Covered Total %
branch 8 18 44.4


line true false branch
36 11 0 if (exists $patstats2{$pat}) { }
40 3 8 if ($change <= $lowerlimit) { }
3 5 elsif ($change >= $upperlimit) { }
57 0 2 wantarray ? :
71 0 2 if ($cur_pattern eq $next_pattern)
72 0 0 if ($result->{$cur_pattern} ne '*' and $result->{$next_pattern} ne '*') { }
0 0 elsif ($result->{$cur_pattern} eq '*' and $result->{$next_pattern} eq '*') { }
73 0 0 if ($result->{$cur_pattern} == $result->{$next_pattern})
82 0 1 wantarray ? :