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   10884 use strict;
  18         37  
  18         716  
3 18     18   83 use warnings;
  18         26  
  18         523  
4 18     18   79 use namespace::autoclean;
  18         25  
  18         113  
5              
6             our $VERSION = '0.010006'; # VERSION
7              
8 18     18   1365 use Moose;
  18         33  
  18         103  
9             extends 'MooseY::RemoteHelper::MessagePart';
10 18     18   110788 use MooseX::SetOnce 0.200001;
  18         239653  
  18         982  
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.010006
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) 2015 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