Condition Coverage

blib/lib/Test/Command.pm
Criterion Covered Total %
condition 11 12 91.6


and 3 conditions

line !l l&&!r l&&r condition
312 2 1 12 defined $got_line && defined $exp_line && $got_line eq $exp_line
345 33 9 26 ref $cmd and UNIVERSAL::isa($cmd, 'Test::Command')
366 38 9 32 ref $cmd and UNIVERSAL::isa($cmd, 'Test::Command')

or 3 conditions

line l !l&&r !l&&!r condition
307 14 0 6 defined $got_line or defined $exp_line