Condition Coverage

blib/lib/SysConfig/Kickstart.pm
Criterion Covered Total %
condition 7 42 16.6


and 3 conditions

line !l l&&!r l&&r condition
66 0 0 0 exists $$settings{'auth'}{'enableldap'} and $version >= 700
75 0 0 0 $$settings{'auth'}{'enablekrb5'} and $version >= 700
85 0 0 0 $$settings{'auth'}{'enablehesiod'} and $version >= 700
107 1 0 0 exists $$settings{'driverdisk'} and $version >= 623
122 1 0 0 exists $$settings{'lilocheck'} and $version >= 623
136 0 0 0 exists $$settings{'xconfig'}{'noprobe'} and $version >= 623
148 0 0 0 exists $$settings{'xconfig'}{'startxonboot'} and $version >= 623
155 1 0 0 exists $$settings{'skipx'}{'skipx'} and $version >= 623
159 1 0 0 exists $$settings{'install'}{'install'} and $$settings{'install'}{'install'} eq 'upgrade'
209 1 0 0 exists $$settings{'reboot'}{'reboot'} and $version > 623
228 0 0 0 exists $$_{'ondisk'} and $$_{'ondisk'} ne 'logical'

or 3 conditions

line l !l&&r !l&&!r condition
55 0 0 1 exists $$settings{'auth'}{'useshadow'} or exists $$settings{'auth'}{'enablemd5'}
0 0 1 exists $$settings{'auth'}{'useshadow'} or exists $$settings{'auth'}{'enablemd5'} or exists $$settings{'auth'}{'enablenis'}
99 0 0 0 $$_{'type'} eq 'scsi' or $$_{'type'} eq 'eth'