File Coverage

blib/lib/Devel/AssertOS/Alias/MacOS.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Devel::AssertOS::Alias::MacOS;
2              
3 26     26   176 use strict;
  26         53  
  26         814  
4 26     26   1826 use warnings;
  26         58  
  26         712  
5              
6 26     26   135 use Devel::CheckOS;
  26         51  
  26         2420  
7              
8             our $VERSION = '1.0';
9              
10             Devel::CheckOS::register_alias(MacOS => 'MacOSX');
11              
12             =head1 COPYRIGHT and LICENCE
13              
14             Copyright 2023 David Cantrell
15              
16             This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively.
17              
18             =cut
19              
20             1;