blib/lib/App/Framework/Feature/Run.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 40 | 52.5 |
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 | 0 | $rc ||= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
330 | 0 | 17 | 0 | ref $obj || $obj |
587 | 1 | 0 | 4 | $logopts_href->{'all'} || $logopts_href->{'cmd'} |
619 | 1 | 0 | 4 | $logopts_href->{'all'} || $logopts_href->{'results'} |
620 | 1 | 0 | 4 | $logopts_href->{'all'} || $logopts_href->{'status'} |
757 | 0 | 0 | 11 | $rc ||= $this->_check_results(\@results, $check_results) |
845 | 0 | 0 | 4 | $rc ||= $this->_check_results(\@results, $check_results) |
878 | 26 | 8 | 0 | $on_error ||= $ON_ERROR_DEFAULT |