File Coverage

blib/lib/Scalar/Andand/Scalar.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             package Scalar::Andand::Scalar;
2              
3 3     3   15 use strict;
  3         6  
  3         108  
4 3     3   16 use warnings;
  3         3  
  3         215  
5             our $VERSION = 0.05;
6              
7             # Yes, this empty class is really necessary :-(
8              
9             1;