Condition Coverage

blib/lib/App/Info/Lib/OSSPUUID.pm
Criterion Covered Total %
condition 2 12 16.6


and 3 conditions

line !l l&&!r l&&r condition
311 0 0 0 $x and defined $y
0 0 0 $x and defined $y and defined $z

or 3 conditions

line l !l&&r !l&&!r condition
256 1 0 0 $$self{'name'} ||= $self->unknown('key', 'OSSP UUID name')
847 0 1 0 $$self{'perl_module'} ||= do { eval 'use OSSP::uuid'; $INC{catfile(('OSSP', 'uuid.pm'))} }