File Coverage

blib/lib/Template/Plugin/Text/Widont.pm
Criterion Covered Total %
statement 20 20 100.0
branch n/a
condition 2 5 40.0
subroutine 6 6 100.0
pod 2 2 100.0
total 30 33 90.9


line stmt bran cond sub pod time code
1             package Template::Plugin::Text::Widont;
2              
3 2     2   2085138 use strict;
  2         6  
  2         79  
4 2     2   11 use warnings;
  2         5  
  2         162  
5              
6 2     2   23 use base qw/ Template::Plugin::Filter /;
  2         4  
  2         2206  
7              
8 2     2   100156 use Text::Widont ();
  2         1678  
  2         374  
9              
10             our $VERSION = '0.01';
11              
12              
13             =head1 NAME
14              
15             Template::Plugin::Text::Widont - A Template Toolkit filter for removing typographic widows
16              
17             =head1 SYNOPSIS
18              
19             [% USE Text::Widont nbsp => 'html' %]
20             [% "If the world didn't suck, we'd all fall off" | widont %]
21              
22              
23             =head1 DESCRIPTION
24              
25             C provides a simple
26             L