File Coverage

blib/lib/Games/ABC_Path/MicrosoftRand.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package Games::ABC_Path::MicrosoftRand;
2             $Games::ABC_Path::MicrosoftRand::VERSION = '0.6.0';
3 3     3   91351 use 5.006;
  3         24  
4 3     3   19 use strict;
  3         5  
  3         89  
5 3     3   17 use warnings;
  3         4  
  3         124  
6              
7              
8 3     3   17 use integer;
  3         7  
  3         17  
9 3     3   530 use parent 'Math::RNG::Microsoft';
  3         347  
  3         19  
10              
11              
12              
13             1; # End of Games::ABC_Path::MicrosoftRand
14              
15             __END__