| blib/lib/ResourcePool/Command/Execute.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 17 | 88.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 21 | 17 | 6 | 18 | $rep->tobeRepeated and $try-- > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 62 | 6 | 6 | $$self{'MaxExecTry'} - $try || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 143 | 0 | 51 | 0 | ref $proto || $proto |
| 212 | 56 | 2 | 2 | $$self{'InitException'} || $$self{'PreExecuteException'} || $$self{'ExecuteException'} || $$self{'PostExecuteException'} || $$self{'CleanupException'} |
| 222 | 40 | 16 | 41 | $self->getInitException || $self->getPreExecuteException || $self->getExecuteException || $self->getPostExecuteException |
| 238 | 26 | 15 | 48 | $self->ok || &isNoFailoverException($self->getException) |