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   6491301 use strict;
  13     13   205  
  13     13   620  
  13         746859  
  13         48  
  13         590  
  13         563835  
  13         69  
  13         644  
5 13     13   108 use warnings;
  13     13   30  
  13     13   658  
  13         84  
  13         42  
  13         677  
  13         102  
  13         40  
  13         617  
6 13     13   102 use SPVM::Builder::Config;
  13     13   29  
  13     13   999  
  13         105  
  13         42  
  13         853  
  13         115  
  13         47  
  13         845  
7              
8             my $config = SPVM::Builder::Config->new_gnu99(file => __FILE__);
9              
10             $config;