| blib/lib/Test/Alien/Run.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 23 | 43.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 1 | 1 | 3 | $self->exit == 0 && $self->signal == 0 |
| line | l | !l | condition |
|---|---|---|---|
| 21 | 0 | 5 | $message ||= "command succeeded" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 0 | 4 | 0 | $message ||= "command exited with value $exit" |
| 57 | 0 | 4 | 0 | $message ||= "command exited with value not $exit" |
| 92 | 0 | 2 | 0 | $message ||= "output matches $regex" |
| 100 | 0 | 2 | 0 | $message ||= "output does not match $regex" |
| 108 | 0 | 1 | 0 | $message ||= "standard error matches $regex" |
| 116 | 0 | 1 | 0 | $message ||= "standard error does not match $regex" |