File Coverage

blib/lib/Acme/CPANModules/Desktop.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::Desktop;
2              
3 1     1   321409 use strict;
  1         3  
  1         190  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-10-29'; # DATE
7             our $DIST = 'Acme-CPANModules-Desktop'; # DIST
8             our $VERSION = '0.003'; # VERSION
9              
10             our $LIST = {
11             summary => "List of modules related to GUI desktop environment",
12             entries => [
13             {module=>'Desktop::Detect'},
14             {module=>'Screensaver::Any'},
15             {module=>'App::ScreensaverUtils'},
16             ],
17             };
18              
19             1;
20             # ABSTRACT: List of modules related to GUI desktop environment
21              
22             __END__