| blib/lib/Doit/Deb.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 33 | 9.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 64 | 1 | 0 | 0 | $required_version{$1} and $required_version{$1} ne $3 |
| 225 | 0 | 0 | 0 | $os_release->{'ID'} eq "debian" and ($os_release->{'VERSION_ID'} || 0) >= 13 || $os_release->{'VERSION_CODENAME'} =~ /^(trixie|sid)$/ |
| 0 | 0 | 0 | $os_release->{'ID'} eq "ubuntu" and $os_release->{'VERSION_ID'} >= "24.04" | |
| 247 | 0 | 0 | 0 | $debian_ver and $debian_ver >= 13 |
| 0 | 0 | 0 | $ubuntu_ver and $ubuntu_ver >= "24.04" | |
| 269 | 0 | 0 | 0 | $changed and $update |
| 284 | 0 | 0 | 1 | $line =~ /^\s+(\S.*)$/ and $current_key |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 225 | 0 | 0 | 0 | ($os_release->{'VERSION_ID'} || 0) >= 13 || $os_release->{'VERSION_CODENAME'} =~ /^(trixie|sid)$/ |
| 0 | 0 | 0 | $os_release->{'ID'} eq "debian" and ($os_release->{'VERSION_ID'} || 0) >= 13 || $os_release->{'VERSION_CODENAME'} =~ /^(trixie|sid)$/ or $os_release->{'ID'} eq "ubuntu" and $os_release->{'VERSION_ID'} >= "24.04" | |
| 247 | 0 | 0 | 0 | $debian_ver and $debian_ver >= 13 or $ubuntu_ver and $ubuntu_ver >= "24.04" |
| 282 | 0 | 0 | 29 | $line =~ /^\s*#/ or $line =~ /^\s*$/ |