File Coverage

blib/lib/vFeed.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             #
2             # $Id: vFeed.pm 11 2014-04-10 11:55:50Z gomor $
3             #
4             package vFeed;
5 1     1   14541 use strict;
  1         3  
  1         40  
6 1     1   6 use warnings;
  1         2  
  1         70  
7              
8             require v5.6.1;
9              
10             our $VERSION = '0.12';
11              
12             1;
13              
14             __END__