| blib/lib/MDK/Common/System.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 34 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 250 | 0 | 0 | 0 | $new and $new ne $old |
| 259 | 0 | 0 | 0 | -f $oem_config && getVarsFromSh($oem_config) |
| 312 | 0 | 0 | 0 | $uid >= 500 and not $homedir =~ m[^/($|var/|run/)] |
| 0 | 0 | 0 | $uid >= 500 and not $homedir =~ m[^/($|var/|run/)] and not $shell =~ /(nologin|false)$/ | |
| 328 | 0 | 0 | 0 | $ugid == $gid and is_real_user($groupname) |
| line | l | !l | condition |
|---|---|---|---|
| 262 | 0 | 0 | $oem{'COMPANY'} || $default_company || 'Unknown vendor' |
| 555 | 0 | 0 | MDK::Common::File::cat_("/proc/$_/cmdline") || readlink "/proc/$_/exe" || MDK::Common::File::cat_("/proc/$_/stat") =~ /\s(\S+)/ && $1 || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 263 | 0 | 0 | 0 | $oem{'SYSTEM'} || $real_system |
| 264 | 0 | 0 | 0 | $oem{'PRODUCT'} || $real_product |
| 439 | 0 | 0 | 0 | exists $l{$_} or $l{$_} = $l2{$_} |
| 500 | 0 | 0 | 0 | -d MDK::Common::File::dirname($_) or not -e $_ |
| 0 | 0 | 0 | -d MDK::Common::File::dirname($_) or not -e $_ or $force |