Branch Coverage

blib/lib/OpenCA/TRIStateCGI.pm
Criterion Covered Total %
branch 0 132 0.0


line true false branch
92 0 0 if ($ret =~ /(client\-filled\-form|client\-confirmed\-form)/) { }
110 0 0 if ($CGI::VERSION >= 2.6) { }
111 0 0 if (ref @_[0] ne 'HASH')
126 0 0 if $self->status ne 'start'
150 0 0 if ($CGI::VERSION >= 2.6) { }
151 0 0 if (ref @_[0] ne 'HASH')
171 0 0 if ($maxlen != '')
173 0 0 if ($l > $maxlen)
180 0 0 if ($minlen != '')
182 0 0 if ($l < $minlen)
189 0 0 if (length $regx < 2)
195 0 0 if "$regx" eq 'LETTERS'
197 0 0 if "$regx" eq 'TEXT'
198 0 0 if "$regx" eq 'NUMERIC'
199 0 0 if "$regx" eq 'MIXED'
200 0 0 if "$regx" eq 'DATE'
201 0 0 if "$regx" eq 'TEL'
202 0 0 if "$regx" eq 'EMAIL'
203 0 0 if "$regx" eq 'LATIN1_LETTERS'
204 0 0 if "$regx" eq 'LATIN1'
208 0 0 if (length $p == 0) { }
211 0 0 if $regx eq 'TEXT'
212 0 0 if $regx eq 'LATIN1_LETTERS'
213 0 0 if $regx eq 'LATIN1'
214 0 0 if $regx eq 'NUMERIC'
215 0 0 if $regx eq 'MIXED'
216 0 0 if $regx eq 'DATE'
217 0 0 if $regx eq 'TEL'
218 0 0 if $regx eq 'EMAIL'
219 0 0 if $ret eq ''
267 0 0 if ("$errTxt" ne '') { }
337 0 0 unless $width
338 0 0 unless $cellColor
340 0 0 unless $titleBg
341 0 0 unless $cellBg
344 0 0 if $titleColor
347 0 0 if $tableBg
373 0 0 if ($bgColor) { }
379 0 0 if ($color)
408 0 0 unless $msg
425 0 0 unless $maxItems
427 0 0 if ($$keys{'NOW_FIRST'}) { }
432 0 0 if ($$keys{'NOW_LAST'}) { }
441 0 0 if ($elements == 0) { }
0 0 elsif ($mode =~ /EXP/i) { }
450 0 0 if ($factor > $maxItems)
455 0 0 if $factor < 2
459 0 0 if ($from != $first)
469 0 0 if ($from > $maxItems * exp(log($factor) * @list)) { }
475 0 0 if ($hfrom != $from - $first and $elements < $from - $first)
484 0 0 if $hfrom < $first
489 0 0 if $hfrom <= $first
497 0 0 if $i == $#list
508 0 0 if ($to != $last)
518 0 0 if ($last > $to - $maxItems + 1 + $maxItems * exp(log($factor) * @list)) { }
524 0 0 if ($hfrom != $last - $to and $hfrom != 1 and $elements < $last - $to)
534 0 0 if $hfrom > $last - $maxItems
539 0 0 if $hfrom > $last - $maxItems
550 0 0 if $i == $#list
557 0 0 if ($total_links < 1)
565 0 0 if $elements % $maxItems
578 0 0 if ($i != $current) { }
586 0 0 if ($pages <= 1)
607 0 0 if (scalar @_ == 4) { }
632 0 0 if ($_[0]) { }
634 0 0 if $$self{'DEBUG'}