| lib/Rex/Commands/Run.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 24 | 33.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 230 | 11 | 0 | 0 | exists $option->{'only_notified'} and $option->{'only_notified'} | 
| 299 | 11 | 0 | 0 | $args and ref $args eq "ARRAY" | 
| 304 | 11 | 0 | 0 | exists $option->{'timeout'} and $option->{'timeout'} > 0 | 
| 334 | 5 | 0 | 5 | $? != 0 and $? != 300 | 
| 367 | 0 | 8 | 3 | exists $option->{'auto_die'} and $option->{'auto_die'} | 
| 373 | 9 | 0 | 0 | wantarray and defined $out_ret | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 462 | 0 | 0 | 0 | $cmd eq "on" or $cmd eq "-on" | 
| 0 | 0 | 0 | $cmd eq "on" or $cmd eq "-on" or $cmd eq 1 |