File Coverage

examples/io/bzip2/bzstream
Criterion Covered Total %
statement 10 10 100.0
branch 1 2 50.0
condition n/a
subroutine 3 3 100.0
pod n/a
total 14 15 93.3


line stmt bran cond sub pod time code
1             #!/usr/local/bin/perl
2              
3 1     1   6017 use strict ;
  1         2  
  1         43  
4 1     1   6 use warnings ;
  1         1  
  1         54  
5 1     1   722 use IO::Compress::Bzip2 qw(:all);
  1         5  
  1         1745  
6              
7 1 50       223059 bzip2 '-' => '-'
8             or die "bzstream: $Bzip2Error\n" ;
9