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   6553211 use strict;
  13     13   181  
  13     13   709  
  13         791709  
  13         56  
  13         620  
  13         588507  
  13         49  
  13         648  
5 13     13   88 use warnings;
  13     13   32  
  13     13   620  
  13         83  
  13         28  
  13         510  
  13         95  
  13         40  
  13         579  
6 13     13   123 use SPVM::Builder::Config;
  13     13   38  
  13     13   1014  
  13         90  
  13         41  
  13         894  
  13         82  
  13         47  
  13         876  
7              
8             my $config = SPVM::Builder::Config->new_gnu99(file => __FILE__);
9              
10             $config;