File Coverage

lib/CSS/Inliner.pm
Criterion Covered Total %
statement 326 414 78.7
branch 86 160 53.7
condition 60 151 39.7
subroutine 36 39 92.3
pod 10 10 100.0
total 518 774 66.9


line stmt bran cond sub pod time code
1             package CSS::Inliner;
2 26     26   466588 use strict;
  26         121  
  26         759  
3 26     26   144 use warnings;
  26         59  
  26         1161  
4              
5             our $VERSION = '4008';
6              
7 26     26   167 use Carp;
  26         64  
  26         1867  
8 26     26   13372 use Encode;
  26         270395  
  26         2364  
9 26     26   15308 use LWP::UserAgent;
  26         1091854  
  26         1101  
10 26     26   17926 use HTML::Query 'query';
  26         1194299  
  26         299  
11 26     26   546542 use URI;
  26         65  
  26         612  
12              
13 26     26   11307 use CSS::Inliner::Parser;
  26         74  
  26         835  
14 26     26   7012 use CSS::Inliner::TreeBuilder;
  26         96  
  26         349  
15              
16             =pod
17              
18             =head1 NAME
19              
20             CSS::Inliner - Library for converting CSS