File Coverage

blib/lib/SPVM/Sys/OS.config
Criterion Covered Total %
statement 27 27 100.0
branch n/a
condition n/a
subroutine 9 9 100.0
pod n/a
total 36 36 100.0


line stmt bran cond sub pod time code
1             # Copyright (c) 2023 Yuki Kimoto
2             # MIT License
3              
4 13     13   6405272 use strict;
  13     13   182  
  13     13   598  
  13         744382  
  13         46  
  13         638  
  13         558021  
  13         52  
  13         595  
5 13     13   95 use warnings;
  13     13   33  
  13     13   663  
  13         93  
  13         47  
  13         540  
  13         92  
  13         40  
  13         508  
6 13     13   102 use SPVM::Builder::Config;
  13     13   34  
  13     13   1052  
  13         109  
  13         46  
  13         812  
  13         97  
  13         51  
  13         870  
7              
8             my $config = SPVM::Builder::Config->new_gnu99(file => __FILE__);
9              
10             $config;