Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
35 150 30 7 length $v > 8 and substr($v, 0, 8) eq ":persist"
46 156 16 8 length $v == 11 and $v eq ":mac=random"
52 156 14 2 length $v == 11 and $v eq ":mac=unique"
58 122 42 6 length $v >= 6 and substr($v, 0, 6) eq ":defer"

or 3 conditions

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