Condition Coverage

blib/lib/Perl/ToPerl6/Transformer/CompoundStatements/FormatGivenWhens.pm
Criterion Covered Total %
condition 2 6 33.3


and 3 conditions

line !l l&&!r l&&r condition
36 61 0 0 $_[1]->isa('PPI::Statement::Given') || $_[1]->isa('PPI::Statement::When') and exists $map{$_[1]->first_element->content}

or 3 conditions

line l !l&&r !l&&!r condition
36 0 0 61 $_[1]->isa('PPI::Statement::Given') || $_[1]->isa('PPI::Statement::When')