blib/lib/Test/Alien/Run.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 23 | 43.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 1 | 1 | 3 | $self->exit == 0 && $self->signal == 0 |
line | l | !l | condition |
---|---|---|---|
20 | 0 | 5 | $message ||= 'command succeeded' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
41 | 0 | 4 | 0 | $message ||= "command exited with value $exit" |
56 | 0 | 4 | 0 | $message ||= "command exited with value not $exit" |
91 | 0 | 2 | 0 | $message ||= "output matches $regex" |
99 | 0 | 2 | 0 | $message ||= "output does not match $regex" |
107 | 0 | 1 | 0 | $message ||= "standard error matches $regex" |
115 | 0 | 1 | 0 | $message ||= "standard error does not match $regex" |