File Coverage

blib/lib/BsDiPa.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             #@ (S-)bsdipa - create or apply binary difference patch.
2             package BsDiPa;
3              
4 1     1   89909 use diagnostics -verbose;
  1         370565  
  1         9  
5 1     1   767 use warnings;
  1         2  
  1         155  
6 1     1   6 use strict;
  1         1  
  1         51  
7              
8             require XSLoader;
9             XSLoader::load();
10              
11             1;
12             __END__