| line | !l | l&&!r | l&&r | condition | 
 
| 70 | 0 | 0 | 0 | $opt->verbose and $opt->no_violation | 
 
| 184 | 0 | 0 | 0 | $filter and not $match | 
 
|  | 0 | 0 | 0 | $filter and not $match and not $no_violation | 
 
|  | 0 | 0 | 0 | $filter and $match | 
 
|  | 0 | 0 | 0 | $filter and $match and not $no_violation | 
 
|  | 0 | 0 | 0 | $filter and $match | 
 
|  | 0 | 0 | 0 | $filter and $match and $no_violation | 
 
|  | 0 | 0 | 0 | $filter and not $match | 
 
|  | 0 | 0 | 0 | $filter and not $match and $no_violation | 
 
|  | 0 | 0 | 0 | not $filter and $match | 
 
|  | 0 | 0 | 0 | not $filter and $match and not $no_violation | 
 
|  | 0 | 0 | 0 | not $filter and $match | 
 
|  | 0 | 0 | 0 | not $filter and $match and $no_violation | 
 
|  | 0 | 0 | 0 | not $filter || $match and $no_violation | 
 
| 198 | 0 | 0 | 0 | $rel =~ /$match/ && !($rel =~ /$filter/) | 
 
| 295 | 0 | 0 | 0 | defined $first and $first =~ / \A [#]!.*perl /msx |