| lib/Rex/Report/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 14 | 78.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 34 | 104 | 0 | $option{'changed'} and not exists $option{'message'} |
| 104 | 7 | 27 | $option{'changed'} == 0 and not exists $option{'message'} |
| line | l | !l | condition |
|---|---|---|---|
| 44 | 99 | 37 | $option{'changed'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 103 | 0 | ref $that || $that |
| 44 | 47 | 99 | 37 | $self->{'__reports__'}{$res}{'changed'} ||= $option{'changed'} || 0 |