| blib/lib/Text/HTML/Turndown.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 20 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 443 | 320 | 758 | if ($node->nodeType == 3) { } |
| 757 | 1 | elsif ($node->nodeType == 1) { } | |
| 446 | 35 | 285 | $node->isCode ? : |
| 462 | 166 | 1 | unless (ref $input) |
| 463 | 0 | 166 | if ($input eq "") |
| 482 | 2659 | 0 | if (ref $rule eq "HASH") |
| 484 | 167 | 0 | if ($r and ref $r and ref $r eq "CODE") |
| 503 | 21 | 736 | if ($whitespace->{'leading'} or $whitespace->{'trailing'}) |
| 525 | 8 | 26 | defined $attribute ? : |
| 540 | 0 | 88 | if (ref $plugin and ref $plugin eq 'ARRAY') { } |