File Coverage

blib/lib/WebService/MinFraud/Validator/Score.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 WebService::MinFraud::Validator::Score;
2              
3 2     2   14 use Moo;
  2         3  
  2         14  
4 2     2   583 use namespace::autoclean;
  2         3  
  2         15  
5              
6             our $VERSION = '1.010000';
7              
8             extends 'WebService::MinFraud::Validator::FraudService';
9              
10             1;
11              
12             # ABSTRACT: Validation for the minFraud Score
13              
14             __END__
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             WebService::MinFraud::Validator::Score - Validation for the minFraud Score
23              
24             =head1 VERSION
25              
26             version 1.010000
27              
28             =head1 SUPPORT
29              
30             Bugs may be submitted through L<https://github.com/maxmind/minfraud-api-perl/issues>.
31              
32             =head1 AUTHOR
33              
34             Mateu Hunter <mhunter@maxmind.com>
35              
36             =head1 COPYRIGHT AND LICENSE
37              
38             This software is copyright (c) 2015 - 2020 by MaxMind, Inc.
39              
40             This is free software; you can redistribute it and/or modify it under
41             the same terms as the Perl 5 programming language system itself.
42              
43             =cut