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 200 30 7 length $v > 8 and substr($v, 0, 8) eq ":persist"
45 206 16 8 length $v == 11 and $v eq ":mac=random"
51 206 14 2 length $v == 11 and $v eq ":mac=unique"
57 172 42 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 "="