| blib/lib/App/Framework/Feature/Run.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 26 | 40 | 65.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 587 | 10 | 5 | 0 | $logging and $$logopts_href{'all'} || $$logopts_href{'cmd'} |
| 619 | 10 | 5 | 0 | $logging and $$logopts_href{'all'} || $$logopts_href{'results'} |
| 620 | 10 | 5 | 0 | $logging and $$logopts_href{'all'} || $$logopts_href{'status'} |
| 624 | 15 | 0 | 0 | $throw and $rc |
| 714 | 11 | 4 | 0 | $args and $args =~ /\>/ |
| line | l | !l | condition |
|---|---|---|---|
| 774 | 4 | 0 | $timeout ||= 60 |
| 825 | 0 | 1 | $rc ||= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 330 | 0 | 17 | 0 | ref $obj || $obj |
| 587 | 1 | 1 | 3 | $$logopts_href{'all'} || $$logopts_href{'cmd'} |
| 619 | 1 | 1 | 3 | $$logopts_href{'all'} || $$logopts_href{'results'} |
| 620 | 1 | 1 | 3 | $$logopts_href{'all'} || $$logopts_href{'status'} |
| 757 | 0 | 0 | 11 | $rc ||= $this->_check_results(\@results, $check_results) |
| 845 | 1 | 0 | 3 | $rc ||= $this->_check_results(\@results, $check_results) |
| 878 | 26 | 8 | 0 | $on_error ||= $ON_ERROR_DEFAULT |