File Coverage

blib/lib/TimTools.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package TimTools;
2              
3 1     1   138998 use v5.30;
  1         6  
4 1     1   7 use strict;
  1         9  
  1         31  
5 1     1   6 use warnings;
  1         2  
  1         108  
6              
7             =head1 NAME
8              
9             TimTools - Some common functions.
10              
11             =cut
12              
13             our $VERSION = '0.09';
14              
15             =head1 SYNOPSIS
16              
17             Nothing to show. Just an umbrella module.
18              
19             =head1 AUTHOR
20              
21             Tim Potapov, C<< >>
22              
23             =head1 SUPPORT
24              
25             You can find documentation for this module with the perldoc command.
26              
27             perldoc TimTools
28              
29             You can also look for information at:
30              
31             =head1 LICENSE AND COPYRIGHT
32              
33             This software is Copyright (c) 2022 by Tim Potapov.
34              
35             This is free software, licensed under:
36              
37             The Artistic License 2.0 (GPL Compatible)
38              
39             =cut
40              
41             1; # End of TimTools