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   556 use strict;
  15         18  
  15         361  
6 15     15   44 use warnings;
  15         20  
  15         326  
7 15     15   118 use base qw( HTML::Laundry::Rules );
  15         15  
  15         1307  
8              
9             =head1 NAME
10              
11             HTML::Laundry::Rules::Default - follows default behavior in HTML::Laundry::Rules
12              
13             =cut
14              
15             1;