File Coverage

blib/lib/Socialtext/Resting/Utils.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Socialtext::Resting::Utils;
2 1     1   31121 use strict;
  1         2  
  1         38  
3 1     1   5 use warnings;
  1         2  
  1         53  
4              
5             =head1 NAME
6              
7             Socialtext::Resting::Utils - Utilities for Socialtext REST APIs
8              
9             =cut
10              
11             our $VERSION = '0.21';
12              
13             =head1 SYNOPSIS
14              
15             Socialtext::Resting::Utils does not contain any code.
16              
17             =head1 AUTHOR
18              
19             Luke Closs, C<< >>
20              
21             =head1 COPYRIGHT & LICENSE
22              
23             Copyright 2006, 2007 Luke Closs, all rights reserved.
24              
25             This program is free software; you can redistribute it and/or modify it
26             under the same terms as Perl itself.
27              
28             =cut
29              
30             1;