| line |
!l |
l&&!r |
l&&r |
condition |
|
75
|
0 |
0 |
1 |
defined $m and not ref $m |
|
159
|
1 |
12 |
39 |
@_ == 1 && defined $_[0] && ref $_[0] ne 'ARRAY' |
|
169
|
1 |
3 |
0 |
$_ =~ /$match/ and delete $refs->{$_} |
|
196
|
2 |
0 |
0 |
@_ == 1 and not ref $_[0] |
|
306
|
24 |
0 |
1 |
defined $comment and length $comment |
|
312
|
20 |
0 |
5 |
defined $auto and length $auto |
|
323
|
20 |
0 |
31 |
@refs and length($line) + length($refs[0]) < 80 |
|
336
|
25 |
0 |
0 |
defined $msgctxt and length $msgctxt |
|
347
|
1 |
6 |
3 |
defined $nplurals and @msgstr < $nplurals |
|
350
|
1 |
6 |
0 |
defined $nplurals and @msgstr > $nplurals |