line |
!l |
l&&!r |
l&&r |
condition |
167
|
0 |
0 |
17 |
$data and ref $data eq 'ARRAY' |
176
|
0 |
0 |
1 |
$data and ref $data eq 'ARRAY' |
262
|
0 |
0 |
1 |
defined $arg and $arg > 0 |
296
|
734 |
107 |
15 |
exists $$args{'color'} and exists $$args{'style'} |
|
107 |
727 |
7 |
not exists $$args{'color'} and exists $$args{'style'} |
|
727 |
0 |
107 |
exists $$args{'color'} and not exists $$args{'style'} |
354
|
16 |
0 |
4 |
@{$$self{'captions'};} and $colcnt |
|
16 |
4 |
0 |
@{$$self{'captions'};} and $colcnt and scalar @{$$self{'captions'};} != scalar @{$$self{'data'}[0];} |
544
|
11 |
660 |
17 |
not $flag and exists $$self{'fired_col_triggers'}{$col} |