| line |
!l |
l&&!r |
l&&r |
condition |
|
207
|
12 |
0 |
22 |
@args == 1 && ref $args[0] |
|
320
|
10 |
5 |
5 |
defined $1 and length $1 > $maxdigit |
|
373
|
11 |
122 |
0 |
@out == 1 and ref $out[0] eq "ARRAY" |
|
374
|
145 |
0 |
0 |
ref $_ eq "CODE" and $_ = &$_($self, $out) |
|
382
|
0 |
6 |
5 |
$self->{'autostatementline'} and $last_char eq '{' || $last_char eq ';' |
|
|
6 |
2 |
3 |
$self->{'autostatementline'} and $last_char eq '{' || $last_char eq ';' and substr($text, $s->{'pos'} + $s->{'len'}, 1) eq ";" |
|
|
0 |
8 |
0 |
$self->{'autocomma'} and $last_char eq ',' || $last_char eq '(' || $last_char eq '{' |
|
|
0 |
0 |
0 |
$self->{'autoindent'} and not $is_inline |
|
|
0 |
0 |
0 |
$self->{'autoindent'} and not $is_inline and not $join_sep =~ /\n/u |
|
386
|
0 |
0 |
3 |
not $is_inline and substr($text, $s->{'pos'} + $s->{'len'}, 2) eq ";\n" |
|
415
|
0 |
8 |
120 |
$self->{'autoindent'} and length $indent_prefix |