File Coverage

blib/lib/Business/CyberSource/MessagePart.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Business::CyberSource::MessagePart;
2 18     18   8403 use strict;
  18         28  
  18         451  
3 18     18   64 use warnings;
  18         25  
  18         364  
4 18     18   64 use namespace::autoclean;
  18         21  
  18         92  
5              
6             our $VERSION = '0.010007'; # VERSION
7              
8 18     18   996 use Moose;
  18         159  
  18         80  
9             extends 'MooseY::RemoteHelper::MessagePart';
10 18     18   78203 use MooseX::SetOnce 0.200001;
  18         171092  
  18         646  
11              
12             __PACKAGE__->meta->make_immutable;
13             1;
14              
15             # ABSTRACT: Things that all portions of a message have in common
16              
17             __END__
18              
19             =pod
20              
21             =encoding UTF-8
22              
23             =head1 NAME
24              
25             Business::CyberSource::MessagePart - Things that all portions of a message have in common
26              
27             =head1 VERSION
28              
29             version 0.010007
30              
31             =head1 BUGS
32              
33             Please report any bugs or feature requests on the bugtracker website
34             https://github.com/xenoterracide/business-cybersource/issues
35              
36             When submitting a bug or request, please include a test-file or a
37             patch to an existing test-file that illustrates the bug or desired
38             feature.
39              
40             =head1 AUTHOR
41              
42             Caleb Cushing <xenoterracide@gmail.com>
43              
44             =head1 COPYRIGHT AND LICENSE
45              
46             This software is Copyright (c) 2016 by Caleb Cushing <xenoterracide@gmail.com>.
47              
48             This is free software, licensed under:
49              
50             The Artistic License 2.0 (GPL Compatible)
51              
52             =cut