| line |
true |
false |
branch |
|
24
|
1 |
612 |
if $header =~ /^"/ |
|
25
|
1 |
611 |
if $header =~ /^\(/ |
|
30
|
552 |
59 |
if (exists $self->{'args'}{'last_non_comment_type'}) { } |
|
31
|
303 |
249 |
if ($self->{'args'}{'last_non_comment_type'}->is eq 'assignment') |
|
32
|
226 |
77 |
if ($self->{'args'}{'last_non_comment_type'}->value eq '=') |
|
43
|
194 |
4772 |
if $first =~ /\s/ |
|
44
|
93 |
4679 |
if $first eq ';' |
|
45
|
0 |
0 |
if $first eq '"' and not $is_value and not $is_first |
|
46
|
0 |
0 |
if $first eq '(' and not $is_value and not $is_first |
|
47
|
220 |
1 |
if $first eq '=' and not $is_value and not $is_first |
|
48
|
0 |
3 |
if $first eq '/' and not $is_value and not $is_first |
|
49
|
70 |
206 |
if $first eq '.' and not $is_value and not $is_first |
|
55
|
5 |
606 |
if $value eq '' |