Condition Coverage

blib/lib/Net/Cisco/ISE/NetworkDevice.pm
Criterion Covered Total %
condition 0 98 0.0


or 2 conditions

line l !l condition
100 0 0 $self->id || ''
101 0 0 $self->name || ''
102 0 0 $self->description || ''
104 0 0 $self->authenticationSettings->{'enablekeywrap'} || ''
105 0 0 $self->authenticationSettings->{'keyencryptionkey'} || ''
106 0 0 $self->authenticationSettings->{'keyInputFormat'} || ''
107 0 0 $self->authenticationSettings->{'messageAuthenticatorCodeKey'} || ''
108 0 0 $self->authenticationSettings->{'networkProtocol'} || ''
109 0 0 $self->authenticationSettings->{'radiusSharedSecret'} || ''
122 0 0 $self->coaPort || ''
128 0 0 $networkdeviceiplist->{'ipaddress'} || ''
129 0 0 $networkdeviceiplist->{'mask'} || ''
144 0 0 $networkdevicegroup || ''
149 0 0 $self->profileName || ''
153 0 0 $self->snmpsettings->{'linkTrapQuery'} || ''
154 0 0 $self->snmpsettings->{'macTrapQuery'} || ''
155 0 0 $self->snmpsettings->{'originatingPolicyServicesNode'} || ''
156 0 0 $self->snmpsettings->{'pollingInterval'} || ''
157 0 0 $self->snmpsettings->{'roCommunity'} || ''
158 0 0 $self->snmpsettings->{'version'} || ''
159 0 0 $self->snmpsettings->{'authPassword'} || ''
160 0 0 $self->snmpsettings->{'privacyProtocol'} || ''
161 0 0 $self->snmpsettings->{'securityLevel'} || ''
162 0 0 $self->snmpsettings->{'authProtocol'} || ''
163 0 0 $self->snmpsettings->{'userName'} || ''
164 0 0 $self->snmpsettings->{'privacyPassword'} || ''
184 0 0 $self->tacacsSettings->{'connectModeOptions'} || ''
185 0 0 $self->tacacsSettings->{'sharedSecret'} || ''
198 0 0 $self->trustsecsettings->{'deviceAuthenticationSettings'}{'sgaDeviceId'} || ''
199 0 0 $self->trustsecsettings->{'deviceAuthenticationSettings'}{'sgaDevicePassword'} || ''
206 0 0 $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'sendConfigurationToDeviceUsing'} || ''
207 0 0 $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'downlaodPeerAuthorizationPolicyEveryXSeconds'} || ''
208 0 0 $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'downloadPeerAuthorizationPolicyEveryXSeconds'} || ''
209 0 0 $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'downloadSGACLListsEveryXSeconds'} || ''
210 0 0 $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'downlaodEnvironmentDataEveryXSeconds'} || ''
211 0 0 $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'downloadEnvironmentDataEveryXSeconds'} || ''
212 0 0 $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'reAuthenticationEveryXSeconds'} || ''
213 0 0 $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'sendConfigurationToDevice'} || ''
214 0 0 $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'otherSGADevicesToTrustThisDevice'} || ''
227 0 0 $self->trustsecsettings->{'deviceConfigurationDeployment'}{'includeWhenDeployingSGTUpdates'} || ''
228 0 0 $self->trustsecsettings->{'deviceConfigurationDeployment'}{'execModeUsername'} || ''
229 0 0 $self->trustsecsettings->{'deviceConfigurationDeployment'}{'enableModePassword'} || ''
230 0 0 $self->trustsecsettings->{'deviceConfigurationDeployment'}{'execModePassword'} || ''
259 0 0 $record->name || 'Device Name'
260 0 0 $record->id || ''
261 0 0 $record->description || 'Random Description'

or 3 conditions

line l !l&&r !l&&!r condition
208 0 0 0 $downloadpeerauthorizationpolicyeveryxseconds ||= $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'downloadPeerAuthorizationPolicyEveryXSeconds'} || ''
211 0 0 0 $downloadenvironmentdataeveryxseconds ||= $self->trustsecsettings->{'sgaNotificationAndUpdates'}{'downloadEnvironmentDataEveryXSeconds'} || ''