File Coverage

blib/lib/Acme/CPANModules/PortedFrom/Java.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             package Acme::CPANModules::PortedFrom::Java;
2              
3 1     1   352580 use strict;
  1         3  
  1         162  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-10-31'; # DATE
7             our $DIST = 'Acme-CPANModules-PortedFrom-Java'; # DIST
8             our $VERSION = '0.004'; # VERSION
9              
10             our $LIST = {
11             summary => "List of modules/applications that are ported from (or inspired by) ".
12             "Java",
13             description => <<'_',
14              
15             If you know of others, please drop me a message.
16              
17             _
18             entries => [
19             {
20             module => 'Log::Log4perl',
21             summary => 'Log4j',
22             },
23             {
24             module => 'Test::Unit',
25             summary => 'jUnit',
26             },
27             {
28             module => 'Getopt::ApacheCommonsCLI',
29             summary => 'Apache Commons CLI',
30             },
31             ],
32             };
33              
34             1;
35             # ABSTRACT: List of modules/applications that are ported from (or inspired by) Java
36              
37             __END__