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