File Coverage

blib/lib/SPVM/Resource/SocketUtil.config
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             # Copyright (c) 2023 Yuki Kimoto
2             # MIT License
3              
4 1     1   276404 use strict;
  1         3  
  1         31  
5 1     1   6 use warnings;
  1         2  
  1         28  
6 1     1   6 use SPVM::Builder::Config;
  1         2  
  1         56  
7              
8             my $config = SPVM::Builder::Config->new_c99(file => __FILE__);
9              
10             $config->add_source_file('spvm_socket_util.c');
11              
12             $config;