File Coverage

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   399 use strict;
  15         24  
  15         390  
6 15     15   53 use warnings;
  15         19  
  15         388  
7 15     15   52 use base qw( HTML::Laundry::Rules );
  15         17  
  15         1485  
8              
9             =head1 NAME
10              
11             HTML::Laundry::Rules::Default - follows default behavior in HTML::Laundry::Rules
12              
13             =cut
14              
15             1;