Condition Coverage

blib/lib/HTML/FormsDj.pm
Criterion Covered Total %
condition 6 23 26.0


and 3 conditions

line !l l&&!r l&&r condition
24 1 0 0 exists $$self{'meta'}{'fields'} and exists $$self{'meta'}{'fieldsets'}
47 0 0 0 $$self{'csrf'} and not $_csrftoken
374 4 0 0 exists $$this{'markrequired'} and $$this{'field'}{$$field{'field'}}{'required'}

or 2 conditions

line l !l condition
91 0 0 $data{$field} || ''

or 3 conditions

line l !l&&r !l&&!r condition
19 0 1 0 ref $this || $this
36 0 0 1 exists $$self{'meta'}{'fields'} or exists $$self{'meta'}{'fieldsets'}
112 0 0 0 $results->has_invalid or $results->has_missing
529 1 1 0 $type eq 'text' or $type eq 'password'