Branch Coverage

blib/lib/Text/Password/CoreCrypt.pm
Criterion Covered Total %
branch 12 18 66.6


line true false branch
86 0 505 unless $data =~ /^\S[\s!-~]{12}$/
103 2 233942 if not $length =~ /^\d+$/ or $length < 4
130 0 504 if length $input < 4
131 0 504 if length $input > 8
132 0 504 if $input =~ /[^ -~]/
152 0 1613 unless $length =~ /^\d+$/
153 1 1612 if $length < 4
154 0 1612 unless wantarray
159 501 231121 unless $self->readability