Branch Coverage

blib/lib/Crypt/FNA/Validation.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
50 0 0 if (@_)
62 0 0 if ($self->intercept->r eq '' | $self->intercept->r eq '0') { }
65 0 0 if ($self->intercept->r =~ /[^0-9.]/)
71 0 0 if (not $self->intercept->angle) { }
75 0 0 if (${$self->intercept->angle;}[$k] =~ /[^0-9.+-]/)
84 0 0 if ($self->intercept->square eq '' | $self->intercept->square eq '0') { }
87 0 0 if ($self->intercept->square =~ /[^0-9.]/)
93 0 0 if (not $self->intercept->background) { }
96 0 0 if (scalar @{$self->intercept->background;} > 3) { }
101 0 0 if (${$self->intercept->background;}[$k] =~ /[^0-9]/) { }
105 0 0 if (${$self->intercept->background;}[$k] > 255)
114 0 0 if (not $self->intercept->foreground) { }
117 0 0 if (scalar @{$self->intercept->foreground;} > 3) { }
122 0 0 if (${$self->intercept->foreground;}[$k] =~ /[^0-9]/) { }
126 0 0 if (${$self->intercept->foreground;}[$k] > 255)
136 0 0 if ($self->intercept->magic eq '') { }
139 0 0 unless ($self->intercept->magic =~ /^[0-9]$/)
146 0 0 if ($self->intercept->salted eq '') { }
149 0 0 unless ($self->intercept->salted =~ /^(true|false)$/i)
163 0 0 if (${$self->intercept;}[0] =~ /[^0-9.]/)