File Coverage

blib/lib/Software/License/EUPL_1_2.pm
Criterion Covered Total %
statement 16 17 94.1
branch n/a
condition n/a
subroutine 8 9 88.8
pod 5 5 100.0
total 29 31 93.5


line stmt bran cond sub pod time code
1 10     10   12351 use strict;
  10         30  
  10         304  
2 10     10   56 use warnings;
  10         21  
  10         537  
3             package Software::License::EUPL_1_2;
4             $Software::License::EUPL_1_2::VERSION = '0.104001';
5 10     10   64 use utf8;
  10         22  
  10         57  
6 10     10   284 use parent 'Software::License';
  10         21  
  10         59  
7             # ABSTRACT: The European Union Public License (EUPL) v1.2
8              
9 22     22 1 148 sub name { 'The European Union Public License (EUPL) v1.2' }
10 0     0 1 0 sub url { 'https://joinup.ec.europa.eu/software/page/eupl' }
11              
12 43     43 1 139 sub meta_name { 'open_source' }
13 42     42 1 102 sub meta2_name { 'open_source' }
14 43     43 1 123 sub spdx_expression { 'EUPL-1.2' }
15              
16             1;
17              
18             =pod
19              
20             =encoding UTF-8
21              
22             =head1 NAME
23              
24             Software::License::EUPL_1_2 - The European Union Public License (EUPL) v1.2
25              
26             =head1 VERSION
27              
28             version 0.104001
29              
30             =head1 AUTHOR
31              
32             Ricardo Signes
33              
34             =head1 COPYRIGHT AND LICENSE
35              
36             This software is copyright (c) 2021 by Ricardo Signes.
37              
38             This is free software; you can redistribute it and/or modify it under
39             the same terms as the Perl 5 programming language system itself.
40              
41             =cut
42              
43             __DATA__