Condition Coverage

blib/lib/Perl/ToPerl6/Transformer/CompoundStatements/RewriteMapGreps.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
59 0 0 0 $token->isa('PPI::Structure::Block') and $token->start
0 0 0 $token->isa('PPI::Structure::Block') and $token->start and $token->start eq '{'
0 0 0 $token->isa('PPI::Structure::Block') and $token->start and $token->start eq '{' and $token->finish
0 0 0 $token->isa('PPI::Structure::Block') and $token->start and $token->start eq '{' and $token->finish and $token->finish eq '}'
64 0 0 0 $token->snext_sibling and _is_end_of_expression(undef, $token->snext_sibling)