blib/lib/Bit/Vector/String.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 24 | 54.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
111 | 0 | 0 | 486 | defined $type && $type |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
106 | 0 | 486 | 0 | @_ == 1 or @_ == 2 |
111 | 0 | 81 | 405 | $type eq '1' or $type =~ /^b(?:in)?$/i |
0 | 81 | 324 | $type eq '2' or $type =~ /^o(?:ct)?$/i | |
0 | 81 | 243 | $type eq '3' or $type =~ /^d(?:ec)?$/i | |
0 | 81 | 162 | $type eq '4' or $type =~ /^(?:h(?:ex)?|x)$/i | |
0 | 81 | 81 | $type eq '5' or $type =~ /^e(?:num)?$/i | |
0 | 81 | 0 | $type eq '6' or $type =~ /^p(?:ack)?$/i |