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 | 24 | 24 | 138 | use strict; | |||
24 | 41 | ||||||
24 | 661 | ||||||
4 | 24 | 24 | 104 | use warnings; | |||
24 | 34 | ||||||
24 | 540 | ||||||
5 | |||||||
6 | 24 | 24 | 101 | use Devel::CheckOS; | |||
24 | 39 | ||||||
24 | 1542 | ||||||
7 | |||||||
8 | our $VERSION = '1.0'; | ||||||
9 | |||||||
10 | Devel::CheckOS::register_alias(MacOS => 'MacOSX'); | ||||||
11 | |||||||
12 | =head1 COPYRIGHT and LICENCE | ||||||
13 | |||||||
14 | Copyright 2007 - 2022 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; |