File Coverage

blib/lib/Win32/Exe/DebugTable.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             # Copyright 2004 by Audrey Tang
2              
3             package Win32::Exe::DebugTable;
4              
5 4     4   121 use strict;
  4         14  
  4         270  
6 4     4   21 use base 'Win32::Exe::Base';
  4         6  
  4         352  
7 4         281 use constant FORMAT => (
8             'DebugDirectory' => [ 'a28', '*', 1 ],
9 4     4   32 );
  4         72  
10              
11             1;