Condition Coverage

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


or 2 conditions

line l !l condition
110 0 0 $$self{'DBH'}->do($requete) || (return undef)
153 0 0 $$this{'DBH'}->do('delete from ' . $$this{'INDEXER'}->pre_tbl . $compte . "links where id = $id_url") || (return 0)
164 0 0 $self->a_valider($id) || (return undef)
175 0 0 $self->a_valider($id) || (return undef)
283 0 0 $$this{'DBH'}->do('update ' . $$this{'INDEXER'}->pre_tbl . $compte . 'links ' . "set valide=1,parse='0' where id = $id_url") || (return 0)
294 0 0 $$this{'DBH'}->do('update ' . $$this{'INDEXER'}->pre_tbl . $compte . 'links' . q[ set valide='0' where id=] . $id_url) || (return 0)

or 3 conditions

line l !l&&r !l&&!r condition
112 0 0 0 !$r || $r eq '0E0'
155 0 0 0 !$r || $r eq '0E0'
286 0 0 0 !$r || $r eq '0E0'
297 0 0 0 !$r || $r eq '0E0'