| blib/lib/HTTP/Link/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 18 | 5.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 0 | 0 | 0 | blessed $response and $response->isa('HTTP::Message') |
| 50 | 0 | 0 | 0 | blessed $response and $response->isa('HTTP::Message') |
| 88 | 0 | 0 | 0 | blessed($$link{'title'}) and $$link{'title'}->isa('HTTP::Link::Parser::PlainLiteral') |
| 132 | 0 | 0 | 0 | defined $$link{'type'} and $$link{'type'} =~ ?([A-Z0-9\!\#\$\&\.\+\-\^\_]{1,127})/([A-Z0-9\!\#\$\&\.\+\-\^\_]{1,127})?i |
| 164 | 0 | 0 | 1 | blessed $response and $response->isa('HTTP::Message') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 41 | 0 | 0 | 0 | my $model ||= 'RDF::Trine::Model'->temporary_model |