File Coverage

blib/lib/Acme/CPANModules/FireDiamond.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::FireDiamond;
2              
3 1     1   270694 use strict;
  1         1  
  1         85  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-03-29'; # DATE
7             our $DIST = 'Acme-CPANModules-FireDiamond'; # DIST
8             our $VERSION = '0.002'; # VERSION
9              
10             our $LIST = {
11             summary => 'List of modules related to fire diamond (NFPA 704 standard)',
12             entries => [
13             {module => "Image::Magick::NFPADiamond"},
14             {module => "Parse::FireDiamond"},
15             {module => "App::FireDiamondUtils"},
16             ],
17             };
18              
19             1;
20             # ABSTRACT: List of modules related to fire diamond (NFPA 704 standard)
21              
22             __END__