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   99611 use diagnostics -verbose;
  1         601560  
  1         10  
5 1     1   739 use warnings;
  1         2  
  1         199  
6 1     1   7 use strict;
  1         2  
  1         107  
7              
8             require XSLoader;
9             XSLoader::load();
10              
11             1;
12             __END__