blib/lib/Data/UUID/NCName.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 27 | 55.5 |
line | l | !l | condition |
---|---|---|---|
40 | 2000 | 0 | $1 // '' |
505 | 6006 | 2000 | $_[1] // 64 |
577 | 4 | 0 | $p->{'radix'} || 64 |
578 | 0 | 6006 | $p->{'align'} // 1 |
738 | 0 | 6001 | $p->{'format'} or $format or 'str' |
741 | 0 | 6001 | $p->{'align'} // 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 0 | 0 | 0 | overload::Method($x, '""') or $x->can('to_string') |
577 | 6002 | 4 | 0 | $radix //= $p->{'radix'} || 64 |
738 | 0 | 0 | 6001 | $p->{'format'} or $format |
761 | 2000 | 2000 | 2000 | $radix == 32 or $radix == 58 |
4000 | 2000 | 0 | $radix == 32 or $radix == 58 or $radix == 64 |