Condition Coverage

blib/lib/Perl/ToPerl6/Transformer/Builtins/RewritePrint.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 0 $_[1]->snext_sibling->snext_sibling->isa('PPI::Token::Operator') && $_[1]->snext_sibling->snext_sibling->content eq ','
82 0 0 0 $_[1]->isa('PPI::Token::Operator') and exists $operator{$_[1]->content}
0 0 0 $_[1]->isa('PPI::Token::Structure') and $_[1]->content eq ';'
0 0 0 $_[1]->isa('PPI::Token::Word') and exists $postfix_modifier{$_[1]->content}
87 0 0 0 $elem->snext_sibling and $elem->snext_sibling->snext_sibling
93 0 0 0 $_[1]->isa('PPI::Token::Whitespace') and _is_end_of_print_expression(undef, $_[1]->snext_sibling)

or 3 conditions

line l !l&&r !l&&!r condition
82 0 0 0 $_[1]->isa('PPI::Token::Structure') and $_[1]->content eq ';' or $_[1]->isa('PPI::Token::Word') and exists $postfix_modifier{$_[1]->content}