Condition Coverage

blib/lib/HTML/Transmorgify/FormChecksum.pm
Criterion Covered Total %
condition 10 27 37.0


and 3 conditions

line !l l&&!r l&&r condition
57 16 2 0 $id and !defined($name) || $name ne $id
220 7 0 0 $can_collapse{$p} and scalar keys %{$pval{$p};} == 1
261 4 0 0 $HTML::Transmorgify::debug and $HTML::Transmorgify::variables{' secret'}
262 4 0 0 $HTML::Transmorgify::debug and not $HTML::Transmorgify::variables{' secret'}
328 11 0 0 ref $val and !uc($vtypes{$k}) eq $vtypes{$k}

or 3 conditions

line l !l&&r !l&&!r condition
57 2 0 0 !defined($name) || $name ne $id
131 0 0 0 $type eq 'password' or $type eq 'text'
0 0 0 $type eq 'password' or $type eq 'text' or not $type
330 4 3 4 $vtypes{$k} eq 'm' or $vtypes{$k} eq 'M'