Branch Coverage

blib/lib/Perl/ToPerl6/Transformer/CompoundStatements/FormatLoops.pm
Criterion Covered Total %
branch 1 10 10.0


line true false branch
37 0 0 if $elem->isa('PPI::Token::Structure')
47 0 0 if $elem->isa('PPI::Statement::Null')
48 0 0 if $elem->isa('PPI::Statement') and _structure_has_semicolon($elem)
70 0 61 if $_[1]->isa('PPI::Structure::For')
113 0 0 unless ($elem->child(1)->isa('PPI::Token::Whitespace'))