| blib/lib/Text/HTML/Turndown.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 20 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 443 | 317 | 749 | if ($node->nodeType == 3) { } |
| 748 | 1 | elsif ($node->nodeType == 1) { } | |
| 446 | 35 | 282 | $node->isCode ? : |
| 462 | 164 | 1 | unless (ref $input) |
| 463 | 0 | 164 | if ($input eq "") |
| 482 | 2629 | 0 | if (ref $rule eq "HASH") |
| 484 | 165 | 0 | if ($r and ref $r and ref $r eq "CODE") |
| 503 | 20 | 728 | if ($whitespace->{'leading'} or $whitespace->{'trailing'}) |
| 525 | 7 | 25 | defined $attribute ? : |
| 540 | 0 | 88 | if (ref $plugin and ref $plugin eq 'ARRAY') { } |