Condition Coverage

blib/lib/PPI/Tokenizer.pm
Criterion Covered Total %
condition 27 37 72.9


and 3 conditions

line !l l&&!r l&&r condition
285 582369 13579 0 $self->{'token_eof'} and $self->{'token_cursor'} > scalar @{$self->{'tokens'};}
529 0 28065 308 ref $self->{'source'} eq "ARRAY" and not @{$self->{'source'};}
548 2295 14323 28161 ref $self->{'source'} eq "ARRAY" and @{$self->{'source'};}
571 0 0 703888 defined $self->{'line_cursor'} and defined $self->{'line_length'}
798 202 1 225 (!$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 21747 2335 229 $content eq "{" and $t->{'line'} =~ /\G\s*\}/cg
838 5603 0 28 defined $word and $word =~ /^v[0-9]+$/
5603 26 2 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 165003 0 shift() || 1
857 0 0 $self->{'feature_set'} || {}

or 3 conditions

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