Condition Coverage

blib/lib/Data/KSUID.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
256 24 0 14 defined $_[0] && length $_[0] == 20 && $_[0] ge "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" && $_[0] le "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
263 2 0 4 defined $_[0] && length $_[0] == 27 && $_[0] ge '000000000000000000000000000' && $_[0] le 'aWgEPTl1tmebfsQzFP4bxwgy80V' && !($_[0] =~ /[^0-9A-Za-z]/)

or 3 conditions

line l !l&&r !l&&!r condition
186 3 3 9 $time < 0 or $time > 5694967295
197 9 10 0 $time ||= CORE::time
198 9 10 0 $payload ||= Crypt::URandom::urandom(16)