| line |
!l |
l&&!r |
l&&r |
condition |
|
201
|
1 |
13 |
3 |
defined $args{'tap'} and $args{'tap'} eq "" |
|
|
13 |
0 |
1 |
defined $args{'source'} and -z $args{'source'} |
|
267
|
605 |
18 |
28 |
$IGNORELINES and $result->raw =~ /$IGNORELINES/ |
|
|
14 |
12 |
2 |
$DONTIGNORELINES && $result->raw =~ /$DONTIGNORELINES/ |
|
|
623 |
2 |
26 |
$IGNORELINES and $result->raw =~ /$IGNORELINES/ and not $DONTIGNORELINES && $result->raw =~ /$DONTIGNORELINES/ |
|
301
|
58 |
0 |
0 |
$PUT_DANGLING_KV_DATA_UNDER_LAZY_PLAN and keys %dangling_kv_data |
|
339
|
598 |
14 |
13 |
$result->has_todo && $result->is_actual_ok |
|
346
|
597 |
0 |
28 |
$result->is_yaml and not $IGNORE{'data'} |
|
348
|
315 |
241 |
69 |
$result->is_comment and $result->as_string =~ /$document_data_regex/ |
|
363
|
48 |
0 |
21 |
$DOC_DATA_IGNORE and $document_data_ignore |
|
|
48 |
14 |
7 |
$DOC_DATA_IGNORE and $document_data_ignore and $key =~ /$document_data_ignore/ |
|
381
|
21 |
41 |
0 |
$lines[-1]->is_test and $DISABLE_GLOBAL_KV_DATA |
|
401
|
287 |
1 |
309 |
$result->is_comment and @lines |