line |
!l |
l&&!r |
l&&r |
condition |
213
|
0 |
0 |
0 |
defined $value and not $value =~ /^$/
|
233
|
0 |
0 |
0 |
defined $value and not $value =~ /^$/
|
254
|
0 |
0 |
0 |
defined $value and $value ne ''
|
391
|
0 |
0 |
0 |
defined $prefix and $prefix ne ''
|
418
|
0 |
0 |
0 |
@strings > 1 and not join('', @strings) =~ /\|/
|
421
|
0 |
0 |
0 |
@items >= 3 and not $items[1] =~ m[/]
|
|
0 |
0 |
0 |
@items >= 3 and not $items[1] =~ m[/] and $items[2] =~ /^\d+\z/
|
430
|
0 |
0 |
0 |
@items and $items[0] =~ /(?: (?:^|\s+) (?:AS)? \d+ )+ \z/six
|
|
0 |
0 |
0 |
@items > 1 and $items[1] =~ /(?: (?:^|\s+) (?:AS)? \d+ )+ \z/six
|
473
|
0 |
0 |
0 |
$any_asn_updates and @asn_tag_data
|
476
|
0 |
0 |
0 |
defined $prefix and $prefix ne ''
|
480
|
0 |
0 |
0 |
$any_route_updates and @route_tag_data
|