| blib/lib/WWW/RobotRules/Parser/MultiValue.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 13 | 53.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 92 | 0 | 0 | blessed $uri and $uri->isa('URI') |
| 34 | 0 | 0 | 92 | $uri->can('host') and $uri->can('port') |
| line | l | !l | condition |
|---|---|---|---|
| 66 | 20 | 0 | $txt // '' |
| 133 | 9 | 3 | $base || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 138 | 34 | 0 | $$self{'rules'}{$domain} //= 'Hash::MultiValue'->new |