File Coverage

lib/CSS/Inliner.pm
Criterion Covered Total %
statement 277 423 65.4
branch 81 182 44.5
condition 43 157 27.3
subroutine 33 40 82.5
pod 10 10 100.0
total 444 812 54.6


line stmt bran cond sub pod time code
1             package CSS::Inliner;
2 26     26   3195326 use strict;
  26         66  
  26         1170  
3 26     26   138 use warnings;
  26         47  
  26         2024  
4              
5             our $VERSION = '4027';
6              
7 26     26   154 use Carp;
  26         55  
  26         1918  
8 26     26   14660 use Encode;
  26         493632  
  26         3171  
9 26     26   19780 use LWP::UserAgent;
  26         1766263  
  26         1462  
10 26     26   21285 use HTML::Query 'query';
  26         1572942  
  26         360  
11 26     26   833453 use URI;
  26         56  
  26         1204  
12              
13 26     26   16133 use CSS::Inliner::Parser;
  26         198  
  26         1184  
14 26     26   11208 use CSS::Inliner::TreeBuilder;
  26         96  
  26         380  
15 26     26   1195 use HTML::Entities;
  26         74  
  26         3725  
16              
17             =pod
18              
19             =head1 NAME
20              
21             CSS::Inliner - Library for converting CSS