| blib/lib/HTML/Laundry/Rules/Default.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | ######################################################## | ||||||
| 2 | # Copyright © 2009 Six Apart, Ltd. | ||||||
| 3 | |||||||
| 4 | package HTML::Laundry::Rules::Default; | ||||||
| 5 | 15 | 15 | 656 | use strict; | |||
| 15 | 33 | ||||||
| 15 | 607 | ||||||
| 6 | 15 | 15 | 80 | use warnings; | |||
| 15 | 31 | ||||||
| 15 | 446 | ||||||
| 7 | 15 | 15 | 79 | use base qw( HTML::Laundry::Rules ); | |||
| 15 | 32 | ||||||
| 15 | 2044 | ||||||
| 8 | |||||||
| 9 | =head1 NAME | ||||||
| 10 | |||||||
| 11 | HTML::Laundry::Rules::Default - follows default behavior in HTML::Laundry::Rules | ||||||
| 12 | |||||||
| 13 | =cut | ||||||
| 14 | |||||||
| 15 | 1; |