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
286 583624 13618 0 $self->{'token_eof'} and $self->{'token_cursor'} > scalar @{$self->{'tokens'};}
530 0 28137 308 ref $self->{'source'} eq "ARRAY" and not @{$self->{'source'};}
549 2295 14328 28346 ref $self->{'source'} eq "ARRAY" and @{$self->{'source'};}
572 0 0 705254 defined $self->{'line_cursor'} and defined $self->{'line_length'}
799 197 5 211 (!$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')
829 21839 2342 230 $content eq "{" and $t->{'line'} =~ /\G\s*\}/cg
839 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'
841 4 2 230 not $USUALLY_FORCES{$prevprev->content} and $prevprev->content ne "->"

or 2 conditions

line l !l condition
723 165598 0 shift() || 1
858 0 0 $self->{'feature_set'} || {}

or 3 conditions

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