File Coverage

lib/Parse/AFP/PTX/NOP.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 Parse::AFP::PTX::NOP;
2 1     1   782 use base 'Parse::AFP::PTX::ControlSequence';
  1         2  
  1         103  
3              
4 1         55 use constant SUBFORMAT => (
5             Data => 'a*',
6 1     1   6 );
  1         2  
7              
8             1;