File Coverage

lib/AutoCode/Friendship.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              
2             package AutoCode::Friendship;
3 5     5   29 use strict;
  5         10  
  5         189  
4 5     5   26 use AutoCode::Root;
  5         10  
  5         29  
5             our @ISA=qw(AutoCode::Root);
6             use AutoCode::AccessorMaker(
7 5         62 '$'=>['peer_string'],
8             '@'=>[qw(peer extra)],
9             _initialize=>undef
10 5     5   24 );
  5         9  
11             #use AutoCode::Initializer('@'=>[qw(peer extra)]);
12              
13             1;
14