Condition Coverage

blib/lib/Test/XHTML/WAI.pm
Criterion Covered Total %
condition 0 56 0.0


and 3 conditions

line !l l&&!r l&&r condition
118 0 0 0 defined $level and $level =~ /^[123]$/
144 0 0 0 $$error{'row'} and $$error{'col'}
0 0 0 $$error{'row'} and $$error{'col'} and $FIXED
185 0 0 0 $token and $$token[0] eq 'D'
279 0 0 0 $$tag[1]{'type'} and $$tag[1]{'type'} =~ /hidden|submit|reset|button/
316 0 0 0 $$tag[1]{'type'} and $$tag[1]{'type'} eq 'submit'
379 0 0 0 $$self{'links'}{$$tag[1]{'href'}} and $$self{'links'}{$$tag[1]{'href'}} ne $$tag[1]{'title'}
453 0 0 0 defined $$tag[1]{'width'} and $$tag[1]{'width'} =~ /^\d+$/
468 0 0 0 defined $$tag[1]{'height'} and $$tag[1]{'height'} =~ /^\d+$/
493 0 0 0 $$t[0] eq 'E' and $$t[1] eq 'object'
0 0 0 $$t[0] eq 'S' and $$t[1] eq 'p'
0 0 0 $$t[0] eq 'S' and $$t[1] eq 'img'
524 0 0 0 $$self{'input'}{$input}{'type'} and $$self{'input'}{$input}{'type'} =~ /hidden|submit|reset|button/

or 2 conditions

line l !l condition
266 0 0 $$self{'form'}{'id'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
93 0 0 0 ref $proto || $proto
204 0 0 0 $$tag[1]{'id'} || $$tag[1]{'name'}
293 0 0 0 $$tag[1]{'disabled'} || $$tag[1]{'readonly'}
438 0 0 0 defined $$tag[1]{'title'} or defined $$tag[1]{'summary'}
491 0 0 0 $$t[0] eq 'S' or $$t[0] eq 'E'