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.1';
3 10     10   525720 use 5.006;
  10         41  
4 10     10   69 use strict;
  10         27  
  10         270  
5 10     10   44 use warnings;
  10         17  
  10         612  
6              
7              
8 10     10   676 use integer;
  10         36  
  10         139  
9 10     10   909 use parent 'Math::RNG::Microsoft';
  10         417  
  10         75  
10              
11              
12              
13             1; # End of Games::ABC_Path::MicrosoftRand
14              
15             __END__