Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
53 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 '}'
58 0 0 0 $token->snext_sibling and $token->snext_sibling->isa('PPI::Token::Operator')
0 0 0 $token->snext_sibling and $token->snext_sibling->isa('PPI::Token::Operator') and $token->snext_sibling->content eq ','
71 0 0 0 $token and $token->next_sibling
78 0 0 0 $point->isa('PPI::Token::Operator') && $point->content eq ','
0 0 0 $point and not $point->isa('PPI::Token::Operator') && $point->content eq ','