File Coverage

lib/CSS/Inliner.pm
Criterion Covered Total %
statement 268 414 64.7
branch 71 160 44.3
condition 41 151 27.1
subroutine 32 39 82.0
pod 10 10 100.0
total 422 774 54.5


line stmt bran cond sub pod time code
1             package CSS::Inliner;
2 26     26   1584892 use strict;
  26         242  
  26         684  
3 26     26   119 use warnings;
  26         43  
  26         977  
4              
5             our $VERSION = '4014';
6              
7 26     26   143 use Carp;
  26         47  
  26         1412  
8 26     26   13548 use Encode;
  26         249455  
  26         1690  
9 26     26   15815 use LWP::UserAgent;
  26         1182355  
  26         991  
10 26     26   16979 use HTML::Query 'query';
  26         1194474  
  26         225  
11 26     26   611199 use URI;
  26         54  
  26         697  
12              
13 26     26   11530 use CSS::Inliner::Parser;
  26         67  
  26         865  
14 26     26   8025 use CSS::Inliner::TreeBuilder;
  26         76  
  26         309  
15              
16             =pod
17              
18             =head1 NAME
19              
20             CSS::Inliner - Library for converting CSS