File Coverage

blib/lib/WUPHF.pm
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             # ABSTRACT: WUPHF, a blast messaging system
2             package WUPHF;
3             $WUPHF::VERSION = '0.001';
4 1     1   13025 use Moo;
  1         8803  
  1         4  
5              
6 1     1   945 use strict;
  1         1  
  1         14  
7 1     1   3 use warnings;
  1         4  
  1         21  
8              
9             1;
10              
11             __END__