blib/lib/MyConText/String.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 4 | 0.0 |
line | l | !l | condition |
---|---|---|---|
34 | 0 | 0 | (defined $$self{'name_to_id_sth'} ? $$self{'name_to_id_sth'} : $$self{'name_to_id_sth'} = $dbh->prepare("select id from $doc_id_table where name = ?")) || die($dbh->errstr) |
39 | 0 | 0 | (defined $$self{'new_name_sth'} ? $$self{'new_name_sth'} : $$self{'new_name_sth'} = $dbh->prepare("insert into $doc_id_table values (?, null)")) || die($dbh->errstr) |