File Coverage

blib/arch/Intertangle/API/Kiwisolver/Strength.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1 8     8   53 use Renard::Incunabula::Common::Setup;
  8         19  
  8         66  
2             package Intertangle::API::Kiwisolver::Strength;
3             # ABSTRACT: Constraint/Variable strength
4             $Intertangle::API::Kiwisolver::Strength::VERSION = '0.001';
5              
6             1;
7              
8             __END__
9              
10             =pod
11              
12             =encoding UTF-8
13              
14             =head1 NAME
15              
16             Intertangle::API::Kiwisolver::Strength - Constraint/Variable strength
17              
18             =head1 VERSION
19              
20             version 0.001
21              
22             =head1 AUTHOR
23              
24             Zakariyya Mughal <zmughal@cpan.org>
25              
26             =head1 COPYRIGHT AND LICENSE
27              
28             This software is copyright (c) 2019 by Zakariyya Mughal.
29              
30             This is free software; you can redistribute it and/or modify it under
31             the same terms as the Perl 5 programming language system itself.
32              
33             =cut