File Coverage

blib/lib/Software/License/Mozilla_1_0.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 8 8 100.0
pod 5 5 100.0
total 27 27 100.0


line stmt bran cond sub pod time code
1 11     11   8162 use strict;
  11         25  
  11         326  
2 11     11   57 use warnings;
  11         24  
  11         489  
3             package Software::License::Mozilla_1_0;
4             $Software::License::Mozilla_1_0::VERSION = '0.104001';
5 11     11   67 use parent 'Software::License';
  11         31  
  11         57  
6             # ABSTRACT: Mozilla Public License 1.0
7              
8 22     22 1 127 sub name { 'The Mozilla Public License 1.0' }
9 1     1 1 5 sub url { 'http://www.mozilla.org/MPL/MPL-1.0.txt' }
10 43     43 1 137 sub meta_name { 'mozilla' }
11 42     42 1 109 sub meta2_name { 'mozilla_1_0' }
12 43     43 1 122 sub spdx_expression { 'MPL-1.0' }
13              
14             1;
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             Software::License::Mozilla_1_0 - Mozilla Public License 1.0
23              
24             =head1 VERSION
25              
26             version 0.104001
27              
28             =head1 AUTHOR
29              
30             Ricardo Signes
31              
32             =head1 COPYRIGHT AND LICENSE
33              
34             This software is copyright (c) 2021 by Ricardo Signes.
35              
36             This is free software; you can redistribute it and/or modify it under
37             the same terms as the Perl 5 programming language system itself.
38              
39             =cut
40              
41             __DATA__