Branch Coverage

blib/lib/Crypt/Cisco.pm
Criterion Covered Total %
branch 16 22 72.7


line true false branch
53 0 53 if ($self =~ /^Crypt::Cisco/) { }
59 53 0 if ($passwd =~ /^[\da-f]+$/i and length $passwd > 2)
60 53 0 unless (length $passwd & 1)
67 4 261 if ($s > $#xlat)
89 0 3 if ($self =~ /^Crypt::Cisco/) { }
99 2 1 if (defined $index) { }
100 1 1 if ($index =~ /^\d+$/)
101 0 1 if ($index < 0 or $index > $end) { }
120 4 271 if ($s > $#xlat)
128 2 1 if ($#passwds == 0)
132 0 3 if (wantarray) { }