Condition Coverage

blib/lib/Search/Circa/Search.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
113 0 0 0 $indice >= $first and $indice < $lasto
120 0 0 0 $indice < $first + $nbResultPerPage * 10 and $indice > $first - $nbResultPerPage * 10
144 0 0 0 $Url and $Url ne 'http://'

or 2 conditions

line l !l condition
47 0 0 $ENV{'SCRIPT_NAME'} || 'search.cgi'
78 0 0 $this->search_word($tab, join(q[','], @mots_tmp), $idc, $langue, $Url, $create, $update, $categorie) || (return undef)
215 0 0 $_[0] || 1

or 3 conditions

line l !l&&r !l&&!r condition
106 0 0 0 $cgi->param('nbResultPerPage') || $$this{'nbResultPerPage'}