Condition Coverage

blib/lib/Decl/Tok.pm
Criterion Covered Total %
condition 0 50 0.0


and 3 conditions

line !l l&&!r l&&r condition
141 0 0 0 not @indentation_stack and $self->{'input_type'} eq 'textplus'
157 0 0 0 @indentation_stack and $indent < $qindmin
202 0 0 0 $glom and $blanks
276 0 0 0 $stop_on_blank and not $quoting
0 0 0 $stop_on_blank and not $quoting and not $plus_quoted
300 0 0 0 $plus_quoted and $indent < $plus_indent
380 0 0 0 $probe and not $line_continued
460 0 0 0 $first && $force_sigil_space

or 2 conditions

line l !l condition
83 0 0 shift() || 'tag'

or 3 conditions

line l !l&&r !l&&!r condition
282 0 0 0 $glom or $self->{'input_type'} eq 'text'
327 0 0 0 $quoting or $self->{'input_type'} eq 'text'
0 0 0 $quoting or $self->{'input_type'} eq 'text' or $self->{'input_type'} eq 'para'
460 0 0 0 not $first && $force_sigil_space or $tlen eq $len
0 0 0 not $first && $force_sigil_space or $tlen eq $len or match_white(substr($text, $tlen))
613 0 0 0 $bracket eq '[' or $bracket eq '{'
0 0 0 $bracket eq '[' or $bracket eq '{' or $bracket eq '('
0 0 0 $bracket eq '[' or $bracket eq '{' or $bracket eq '(' or $bracket eq '<'