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 1     1   257023 use strict;
  1         2  
  1         31  
2 1     1   6 use warnings;
  1         2  
  1         27  
3 1     1   5 use SPVM::Builder::Config;
  1         2  
  1         54  
4              
5             my $config = SPVM::Builder::Config->new_gnu99(file => __FILE__);
6              
7             $config->add_source_files('spvm_socket_util.c');
8              
9             $config;