blib/lib/App/FilterUtils/2base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
73 | 0 | 0 | if ($opt->{'help'} or not @$args) { } |
0 | 0 | elsif ($opt->{'version'}) { } | |
99 | 0 | 0 | $opt->{'thousands'} ? : |
101 | 0 | 0 | @$args ? : |
105 | 0 | 0 | unless (/%/) |
106 | 0 | 0 | s/^0o?// ? : |
0 | 0 | s/^0x// ? : | |
0 | 0 | s/^0b// ? : | |
115 | 0 | 0 | if s/%1$// |
117 | 0 | 0 | if $opt->{'delimiters'} and $base == 10 |
118 | 0 | 0 | if $opt->{'delimiters'} and $base =~ /^(2|8|16)$/ |