blib/lib/Text/Bayon.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 35 | 54.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 1 | 1 | 9 | $input and ref $input eq '' |
113 | 2 | 5 | 13 | $args_outfiles and $$args_outfiles{$_} |
line | l | !l | condition |
---|---|---|---|
66 | 1 | 1 | $self->bayon_path || 'bayon' |
214 | 0 | 1 | $$args_options{'inv-keys'} || 20 |
215 | 0 | 1 | $$args_options{'inv-size'} || 100 |
216 | 0 | 1 | $$args_options{'classify-size'} || 20 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
27 | 0 | 0 | 0 | not $args_outfiles or $$args_outfiles{'return_force'} |
48 | 0 | 0 | 0 | not $args_outfiles or $$args_outfiles{'return_force'} |
139 | 0 | 0 | 0 | $cmd =~ / -p / or $cmd =~ /--classify/ |
167 | 2 | 0 | 3 | $$args_options{'number'} || $$args_options{'num'} || $$args_options{'n'} |
171 | 2 | 0 | 3 | $$args_options{'limit'} || $$args_options{'lim'} || $$args_options{'l'} |
175 | 3 | 0 | 2 | $$args_options{'point'} || $$args_options{'p'} |
182 | 2 | 0 | 3 | $number or $limit |