Branch Coverage

lib/Term/RouterCLI/Auth.pm
Criterion Covered Total %
branch 5 18 27.7


line true false branch
57 0 1 if (%hParameters)
89 0 0 if (ord $key == 127 or ord $key == 8) { }
0 0 elsif (ord $key <= 32 or ord $key > 127) { }
93 0 0 unless ($sUsername eq '')
129 0 0 if (ord $key == 127 or ord $key == 8) { }
0 0 elsif (ord $key <= 32 or ord $key > 127) { }
133 0 0 unless ($sPassword eq '')
180 1 2 if ($$iCryptIDType == 0 and defined $$sPassword) { }
1 1 elsif ($$iCryptIDType == 6 and defined $$sPassword and defined $$sSalt) { }