File Coverage

blib/lib/VIC/PIC/Functions/SRLatch.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package VIC::PIC::Functions::SRLatch;
2 1     1   424 use strict;
  1         1  
  1         22  
3 1     1   4 use warnings;
  1         2  
  1         34  
4             our $VERSION = '0.29';
5             $VERSION = eval $VERSION;
6 1     1   4 use Carp;
  1         1  
  1         37  
7 1     1   4 use POSIX ();
  1         2  
  1         17  
8 1     1   3 use Moo::Role;
  1         1  
  1         5  
9              
10             1;
11             __END__