blib/lib/Data/UUID/NCName.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 20 | 50.0 |
line | l | !l | condition |
---|---|---|---|
521 | 4 | 200 | $p->{'radix'} || 64 |
522 | 0 | 406 | $p->{'align'} // 1 |
681 | 0 | 401 | $p->{'format'} or $format or 'str' |
684 | 0 | 401 | $p->{'align'} // 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 0 | 0 | 0 | overload::Method($x, '""') or $x->can('to_string') |
521 | 202 | 204 | 0 | $radix //= $p->{'radix'} || 64 |
681 | 0 | 0 | 401 | $p->{'format'} or $format |
704 | 200 | 200 | 0 | $radix == 32 or $radix == 64 |