line |
!l |
l&&!r |
l&&r |
condition |
31
|
2 |
0 |
12 |
exists $options{$_} and defined $options{$_} |
44
|
7 |
0 |
0 |
exists $options{'Warn'} and defined $options{'Warn'} |
|
7 |
0 |
0 |
exists $options{'Warn'} and defined $options{'Warn'} and $options{'Warn'} |
60
|
7 |
0 |
0 |
exists $options{'EscapeSingleInputDot'} and defined $options{'EscapeSingleInputDot'} |
|
7 |
0 |
0 |
exists $options{'EscapeSingleInputDot'} and defined $options{'EscapeSingleInputDot'} and $options{'EscapeSingleInputDot'} |
113
|
68 |
0 |
0 |
$$self{'Warn'} and $$data[$i] =~ /^\..+$/so |
161
|
24 |
0 |
0 |
$$self{'EscapeSingleInputDot'} and $$lines[$i] =~ /^\.$/so || $$lines[$i] =~ /^\.$literal$/so |