File Coverage

blib/lib/Intertangle/Punchcard/Data/Role/HasValue.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 1     1   538 use Renard::Incunabula::Common::Setup;
  1         3  
  1         7  
2             package Intertangle::Punchcard::Data::Role::HasValue;
3             # ABSTRACT: A role for value-holding data
4             $Intertangle::Punchcard::Data::Role::HasValue::VERSION = '0.002';
5 1     1   7266 use Mu::Role;
  1         2  
  1         6  
6              
7             requires 'value';
8              
9             1;
10              
11             __END__
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Intertangle::Punchcard::Data::Role::HasValue - A role for value-holding data
20              
21             =head1 VERSION
22              
23             version 0.002
24              
25             =head1 AUTHOR
26              
27             Zakariyya Mughal <zmughal@cpan.org>
28              
29             =head1 COPYRIGHT AND LICENSE
30              
31             This software is copyright (c) 2019 by Zakariyya Mughal.
32              
33             This is free software; you can redistribute it and/or modify it under
34             the same terms as the Perl 5 programming language system itself.
35              
36             =cut