Branch Coverage

blib/lib/ResourcePool/Command/Execute.pm
Criterion Covered Total %
branch 20 24 83.3


line true false branch
27 36 5 if (not $rep->getInitException) { }
29 36 0 if (defined $plain_rec)
34 31 5 if (not $rep->getPreExecuteException) { }
39 16 15 if (not $rep->getExecuteException) { }
49 20 16 if ($rep->tobeRepeated) { }
61 12 11 unless ($rep->ok)
68 0 11 if (wantarray) { }
81 5 11 if ($rep->getPostExecuteException)
103 1 35 if ($rep->getCleanupException)
111 6 25 if (ref $ex) { }
112 6 0 if (&ResourcePool::Command::Execute::Report::isNoFailoverException($ex)) { }
247 69 0 unless ($@)