Condition Coverage

blib/lib/PowerShell/Pipeline.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
21 4 0 4 ref $cmdlet and $cmdlet->isa('PowerShell::Cmdlet')
25 0 0 1 $ref eq 'ARRAY' and scalar @$parameter == 2

or 3 conditions

line l !l&&r !l&&!r condition
25 1 0 1 not $ref or $ref eq 'SCALAR'