Condition Coverage

blib/lib/UUID.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
34 212 36 7 length $v > 8 and substr($v, 0, 8) eq ":persist"
45 220 20 8 length $v == 11 and $v eq ":mac=random"
51 220 18 2 length $v == 11 and $v eq ":mac=unique"
57 180 52 6 length $v >= 6 and substr($v, 0, 6) eq ":defer"

or 3 conditions

line l !l&&r !l&&!r condition
36 0 0 7 length $arg < 2 or substr($arg, 0, 1) ne "="
60 1 0 4 $len == 1 or substr($arg, 0, 1) ne "="