File Coverage

blib/lib/Template/Plugin/Body.pm
Criterion Covered Total %
statement 18 24 75.0
branch n/a
condition 0 2 0.0
subroutine 7 9 77.7
pod 0 3 0.0
total 25 38 65.7


line stmt bran cond sub pod time code
1             package Template::Plugin::Body;
2              
3             =pod
4              
5             =head1 NAME
6              
7             Template::Plugin::Body - Strip HTML to just keep the body content
8              
9             =head1 SYNOPSIS
10              
11             # _included.html
12            
13            
14