| line |
true |
false |
branch |
|
24
|
1 |
656 |
if $header =~ /^"/ |
|
25
|
1 |
655 |
if $header =~ /^\(/ |
|
30
|
594 |
61 |
if (exists $self->{'args'}{'last_non_comment_type'}) { } |
|
31
|
326 |
268 |
if ($self->{'args'}{'last_non_comment_type'}->is eq "assignment") |
|
32
|
243 |
83 |
if ($self->{'args'}{'last_non_comment_type'}->value eq "=") |
|
43
|
205 |
5159 |
if $first =~ /\s/ |
|
44
|
98 |
5061 |
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
|
239 |
1 |
if $first eq "=" and not $is_value and not $is_first |
|
48
|
1 |
7 |
if $first eq "/" and not $is_value and not $is_first |
|
49
|
76 |
223 |
if $first eq "." and not $is_value and not $is_first |
|
55
|
6 |
649 |
if $value eq "" |