Condition Coverage

blib/lib/Perl/ToPerl6/Annotation.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
101 0 0 0 $esib->isa('PPI::Token::Comment') and $esib =~ /$use_mogrify/
107 0 0 0 $end->isa('PPI::Statement::End') and my $kid = $end->child(0)
112 0 0 0 $esib->isa('PPI::Token::Comment') and $esib->content =~ /$use_mogrify/
165 0 0 0 $line_number >= $effective_range->[0] and $line_number <= $effective_range->[$LAST_ELEMENT]
192 0 0 0 $sib->isa('PPI::Node') and $sib->logical_line_number < $annotation_line
196 0 0 0 $neighbor->isa('PPI::Node') and my $kid = $neighbor->schild($LAST_ELEMENT)
200 0 0 0 $neighbor and $neighbor->logical_line_number == $annotation_line

or 2 conditions

line l !l condition
25 0 0 $doc->find('PPI::Token::Comment') || (return)

or 3 conditions

line l !l&&r !l&&!r condition
48 0 0 0 $args{-'element'} || confess('-element argument is required')
80 0 0 0 ref $grandparent eq 'PPI::Statement::Compound' or ref $grandparent eq 'PPI::Statement::Sub'