blib/lib/WebService/Libris.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 10 | 10.0 |
line | l | !l | condition |
---|---|---|---|
285 | 0 | 0 | $opts{'term'} // die('Search term missing') |
286 | 0 | 0 | $opts{'page'} // 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
230 | 0 | 0 | 0 | $opts{'type_map'}{lc $opts{'type'}} // $default_typemap{lc $opts{'type'}} |
333 | 16 | 0 | 0 | $d->attr('rdf:resource') // $d->attr('rdf:about') |