| blib/lib/Hub/Parse/HtmlParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 0 | 0 | defined $EVALUATORS{$_[1]} ? : |
| 122 | 0 | 0 | if ($nx > 0 and $$opts{'min_x'} > 0) |
| 123 | 0 | 0 | if ($nx < $$opts{'min_x'}) |
| 133 | 0 | 0 | if ($ny > 0 and $$opts{'min_y'} > 0) |
| 134 | 0 | 0 | if ($ny < $$opts{'min_y'}) |
| 146 | 0 | 0 | if ($$opts{'max_x'} > 0) |
| 147 | 0 | 0 | if ($nx > $$opts{'max_x'}) |
| 157 | 0 | 0 | if ($$opts{'max_y'} > 0) |
| 158 | 0 | 0 | if ($ny > $$opts{'max_y'}) |
| 184 | 0 | 0 | isa($item, 'ARRAY') ? : |
| 0 | 0 | isa($item, 'HASH') ? : |