File Coverage

blib/lib/WebService/Async/Onfido/Video.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package WebService::Async::Onfido::Video;
2              
3 2     2   14 use strict;
  2         5  
  2         62  
4 2     2   10 use warnings;
  2         4  
  2         63  
5              
6 2     2   11 use parent qw(WebService::Async::Onfido::Base::Video);
  2         14  
  2         11  
7              
8             our $VERSION = '0.006'; # VERSION
9              
10             =head1 NAME
11              
12             WebService::Async::Onfido::Video - represents data for Onfido
13              
14             =head1 DESCRIPTION
15              
16             =cut
17              
18             1;
19              
20             __END__
21              
22             =head1 AUTHOR
23              
24             deriv.com C<< DERIV@cpan.org >>
25              
26             =head1 LICENSE
27              
28             Copyright deriv.com 2019. Licensed under the same terms as Perl itself.
29