Condition Coverage

blib/lib/PPI/Tokenizer.pm
Criterion Covered Total %
condition 27 35 77.1


and 3 conditions

line !l l&&!r l&&r condition
285 368541 13248 0 $self->{'token_eof'} and $self->{'token_cursor'} > scalar @{$self->{'tokens'};}
529 0 27480 307 ref $self->{'source'} eq "ARRAY" and not @{$self->{'source'};}
548 2303 14240 23031 ref $self->{'source'} eq "ARRAY" and @{$self->{'source'};}
571 0 0 435850 defined $self->{'line_cursor'} and defined $self->{'line_length'}
798 192 1 203 (!$prev->isa('PPI::Token::Operator') || $X_CAN_FOLLOW_OPERATOR{$prev}) && (!$prev->isa('PPI::Token::Structure') || $X_CAN_FOLLOW_STRUCTURE{$prev}) && !$prev->isa('PPI::Token::Label')
828 21161 2262 228 $content eq "{" and $t->{'line'} =~ /\G\s*\}/cg
838 5603 0 28 defined $word and $word =~ /^v[0-9]+$/
5603 24 4 defined $word and $word =~ /^v[0-9]+$/ and $content eq 'use' || $content eq 'no'
840 4 2 230 not $USUALLY_FORCES{$prevprev->content} and $prevprev->content ne "->"

or 2 conditions

line l !l condition
722 149816 0 shift() || 1

or 3 conditions

line l !l&&r !l&&!r condition
155 0 16855 0 ref $_[0] || $_[0]
838 8 2 18 $content eq 'use' || $content eq 'no'