| blib/lib/App/vl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 13 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 66 | 10 | 1 | 1 | $grep and not $line =~ /\Q$grep\E/i | 
| 110 | 7 | 1 | 2 | $#spaces >= 3 and $#spaces / 2 <= $one_space | 
| line | l | !l | condition | 
|---|---|---|---|
| 209 | 1 | 9 | $opt->{'separator'} ||= ': ' | 
| 210 | 1 | 9 | $opt->{'line_char'} ||= '*' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 166 | 41 | 1 | 2 | not $label_filter_regexp or $labels->[$col] =~ /$label_filter_regexp/ |