File Coverage

blib/lib/Error/Simple.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             # Error/Simple.pm
2             #
3             # Copyright (c) 2006 Shlomi Fish .
4             # This file is free software; you can redistribute it and/or
5             # modify it under the terms of the MIT/X11 license (whereas the licence
6             # of the Error distribution as a whole is the GPLv1+ and the Artistic
7             # licence).
8              
9             package Error::Simple;
10             $Error::Simple::VERSION = '0.17028';
11 2     2   67689 use strict;
  2         11  
  2         57  
12 2     2   10 use warnings;
  2         2  
  2         48  
13              
14 2     2   954 use Error;
  2         8  
  2         8  
15              
16             1;
17              
18             __END__