File Coverage

blib/lib/Agents/Platform.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Agents::Platform;
2              
3 1     1   24350 use warnings;
  1         2  
  1         36  
4 1     1   5 use strict;
  1         2  
  1         34  
5 1     1   5 use Carp;
  1         6  
  1         89  
6              
7 1     1   828 use version; $VERSION = qv('0.0.3');
  1         2620  
  1         5  
8              
9             # Other recommended modules (uncomment to use):
10             # use IO::Prompt;
11             # use Perl6::Export;
12             # use Perl6::Slurp;
13             # use Perl6::Say;
14              
15              
16             # Module implementation here
17              
18              
19             1; # Magic true value required at end of module
20             __END__