blib/lib/Vi/QuickFix.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 34 | 35.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
40 | 3 | 1 | 5 | @_ and exists $keywords{$_[0]} |
93 | 0 | 0 | 1 | $errfile and $unlink |
0 | 0 | 1 | $errfile and $unlink and not -s $errfile | |
108 | 0 | 0 | 0 | $file eq '-' and defined $_ |
0 | 0 | 0 | $file eq '-' and defined $_ and $file = $_ | |
242 | 0 | 0 | 0 | $sig eq '__DIE__' and _in_eval() |
line | l | !l | condition |
---|---|---|---|
79 | 1 | 2 | shift() || 'errors.err' |
169 | 4 | 0 | shift() || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 4 | 0 | 0 | $wanted_relay || default_relay() |
142 | 1 | 0 | 0 | is_silent() or exec_mode() |
1 | 0 | 0 | is_silent() or exec_mode() or $$ != $end_entiteled | |
223 | 1 | 0 | 0 | Vi::QuickFix::is_silent() or $^C |