| blib/lib/App/FilterUtils/2base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 117 | 0 | 0 | 0 | $opt->{'delimiters'} and $base == 10 |
| 118 | 0 | 0 | 0 | $opt->{'delimiters'} and $base =~ /^(2|8|16)$/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | $opt->{'help'} or not @$args |