File Coverage

blib/lib/Data/Decode/Exception.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             # $Id: /mirror/perl/Data-Decode/trunk/lib/Data/Decode/Exception.pm 4834 2007-11-03T09:22:42.139028Z daisuke $
2             #
3             # Copyright (c) 2007 Daisuke Maki
4             # All rights reserved.
5              
6             package Data::Decode::Exception;
7             use Exception::Class
8 5         37 'Data::Decode::Exception::Deferred'
9 5     5   8117 ;
  5         120871  
10              
11             1;
12              
13             __END__