Condition Coverage

blib/lib/CPAN/Testers/WWW/Statistics/Excel.pm
Criterion Covered Total %
condition 48 49 97.9


and 3 conditions

line !l l&&!r l&&r condition
160 131 60 1 $$token[0] eq 'S' and $$token[1] eq 'h2'
165 167 23 1 $$token[0] eq 'E' and $$token[1] eq 'h2'
171 189 0 1 $title and $$token[0] eq 'T'
179 23152 12848 2 $$token[0] eq 'S' and $$token[1] eq 'table'
183 24414 11584 2 $$token[0] eq 'E' and $$token[1] eq 'table'
188 23150 12719 129 $$token[0] eq 'S' and $$token[1] eq 'tr'
192 24285 11455 129 $$token[0] eq 'E' and $$token[1] eq 'tr'
197 23021 11603 1116 $$token[0] eq 'S' and $$token[1] eq 'th'
204 23169 10339 1116 $$token[0] eq 'E' and $$token[1] eq 'th'
212 21905 2528 9075 $$token[0] eq 'S' and $$token[1] eq 'td'
219 14094 1264 9075 $$token[0] eq 'E' and $$token[1] eq 'td'

or 2 conditions

line l !l condition
79 3 3 $hash{'logfile'} || ''
80 1 5 $hash{'logclean'} || 0
233 1 1 $hash{'title'} ||= 'CPAN Testers Matrix'
234 1 1 $hash{'author'} ||= 'CPAN Testers'
235 1 1 $hash{'comments'} ||= 'Copyright (C) 2009 The Perl Foundation'

or 3 conditions

line l !l&&r !l&&!r condition
159 36000 40 192 $table or $hash{'title'}
177 36000 2 228 $table or $$token[1] eq 'table'