File Coverage

lib/CSS/Inliner.pm
Criterion Covered Total %
statement 273 419 65.1
branch 73 162 45.0
condition 41 151 27.1
subroutine 32 39 82.0
pod 10 10 100.0
total 429 781 54.9


line stmt bran cond sub pod time code
1             package CSS::Inliner;
2 26     26   1715894 use strict;
  26         279  
  26         721  
3 26     26   130 use warnings;
  26         38  
  26         1004  
4              
5             our $VERSION = '4018';
6              
7 26     26   150 use Carp;
  26         71  
  26         1758  
8 26     26   14210 use Encode;
  26         397794  
  26         2045  
9 26     26   18788 use LWP::UserAgent;
  26         1347914  
  26         1092  
10 26     26   19336 use HTML::Query 'query';
  26         1292216  
  26         270  
11 26     26   668041 use URI;
  26         65  
  26         769  
12              
13 26     26   12804 use CSS::Inliner::Parser;
  26         80  
  26         916  
14 26     26   8906 use CSS::Inliner::TreeBuilder;
  26         105  
  26         337  
15              
16             =pod
17              
18             =head1 NAME
19              
20             CSS::Inliner - Library for converting CSS