Condition Coverage

blib/lib/Perl/ToPerl6/Transformer/Builtins/FormatPrint.pm
Criterion Covered Total %
condition 6 27 22.2


and 3 conditions

line !l l&&!r l&&r condition
47 3 0 0 $_[1]->snext_sibling->snext_sibling->isa('PPI::Token::Operator') && $_[1]->snext_sibling->snext_sibling->content eq ','
77 0 0 3 $elem->isa('PPI::Token::Structure') and $elem->content eq ';'
80 0 0 0 $elem->isa('PPI::Token::Word') and exists $postfix_modifier{$elem->content}
82 0 0 0 $elem->isa('PPI::Token::Operator') and exists $operator{$elem->content}
88 0 0 0 $elem->isa('PPI::Token::Whitespace') and _is_end_of_print_expression($elem->snext_sibling)
96 0 0 3 $elem->snext_sibling and $elem->snext_sibling->snext_sibling
107 0 3 0 $token and $token->next_sibling
114 0 3 0 $point and not _is_almost_end_of_print_expression($point)

or 3 conditions

line l !l&&r !l&&!r condition
88 3 0 0 _is_end_of_print_expression($elem) or $elem->isa('PPI::Token::Whitespace') and _is_end_of_print_expression($elem->snext_sibling)