line |
true |
false |
branch |
38
|
0 |
3 |
unless $args{'k'} > 0 |
39
|
0 |
3 |
unless $args{'min'} >= 0 |
40
|
0 |
3 |
unless not defined $args{'maxtotal'} or $args{'maxtotal'} > 0 |
48
|
0 |
3 |
if ($$self{'verbose'} > 1) |
49
|
0 |
0 |
if defined $args{'maxtotal'} and $freq_total >= $args{'maxtotal'} |
57
|
0 |
4 |
if ($$self{'verbose'} > 1) |
58
|
0 |
0 |
unless (++$i % 10000) |
63
|
2 |
21 |
if defined $args{'maxtotal'} and $freq_total >= $args{'maxtotal'} |
65
|
6 |
15 |
unless defined $freq{$_} |
73
|
8 |
7 |
unless $freq{$_} |
78
|
0 |
3 |
if $$self{'verbose'} > 1 |
80
|
52720 |
8 |
if $freq{$_} < $args{'min'} |
86
|
0 |
3 |
unless keys %freq |
110
|
0 |
4 |
unless $args{'k'} > 0 |