File Coverage

blib/lib/CatalystX/Utils/ContentNegotiation.pm
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition 0 3 0.0
subroutine 1 2 50.0
pod 0 1 0.0
total 4 10 40.0


line stmt bran cond sub pod time code
1              
2             use HTTP::Headers::ActionPack;
3 1     1   520  
  1         1093  
  1         76  
4              
5 0   0 0 0   1;
6              
7             =head1 NAME
8              
9             CatalystX::Utils::ContentNegotiation - Global Content Negotiation object
10              
11             =head1 SYNOPSIS
12              
13             use CatalystX::Utils::ContentNegotiation;
14              
15             =head1 DESCRIPTION
16              
17             Not really intended for end user use at this point so see source if you want more
18             info (its a handful lines of code).
19              
20             I wrote this to avoid creating the content negotiation object over and over.
21              
22             =head1 SEE ALSO
23            
24             L<CatalystX::Errors>.
25              
26             =head1 AUTHOR
27            
28             L<CatalystX::Errors>.
29            
30             =head1 COPYRIGHT & LICENSE
31            
32             L<CatalystX::Errors>.
33              
34             =cut