blib/lib/Doit/Locale.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 0 | 0 | 0 | -x "/usr/sbin/locale-gen" and not -e "/etc/locale.gen" |
79 | 0 | 0 | 0 | -x "/usr/bin/localedef" and -e "/etc/redhat-release" |
84 | 0 | 0 | 0 | $line =~ /^Fedora release (\d+) / and $1 >= 28 |
0 | 0 | 0 | $line =~ /^CentOS Linux release (\d+)/ and $1 >= 8 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
84 | 0 | 0 | 0 | $line =~ /^Fedora release (\d+) / and $1 >= 28 or $line =~ /^CentOS Linux release (\d+)/ and $1 >= 8 |