| lib/Rex/Pkg/Debian.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 93 | 0 | 0 | 0 | $old_pkg->{'name'} eq $new_pkg->{'name'} and $old_pkg->{'architecture'} eq $new_pkg->{'architecture'} |
| 147 | 0 | 0 | 0 | exists $data{'source'} and $data{'source'} |
| 164 | 0 | 0 | 0 | exists $data{'key_id'} and $data{'key_server'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 0 | 0 | 0 | ref $that || $that |