Condition Coverage

blib/lib/FormValidator/Simple/Plugin/Japanese.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
76 1 1 2 $min <= $length && $length <= $max
85 0 0 1 $$params[0] =~ /^\d{3}$/ && $$params[1] =~ /^\d{4}$/

or 2 conditions

line l !l condition
37 0 8 $self->options->{'charset'} || 'utf8'
71 4 0 $$args[0] || 0
72 2 2 $$args[1] || 0

or 3 conditions

line l !l&&r !l&&!r condition
75 2 2 0 $max ||= $min