File Coverage

blib/lib/Agents/Bureau.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::Bureau;
2              
3 1     1   20190 use warnings;
  1         3  
  1         31  
4 1     1   5 use strict;
  1         1  
  1         33  
5 1     1   6 use Carp;
  1         5  
  1         89  
6              
7 1     1   1559 use version; $VERSION = qv('0.0.3');
  1         2427  
  1         8  
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__