File Coverage

corpus/lib/Alien/libfoo2.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Alien::libfoo2;
2              
3 1     1   1684 use strict;
  1         2  
  1         31  
4 1     1   5 use warnings;
  1         2  
  1         28  
5 1     1   5 use base qw( Alien::Base );
  1         2  
  1         173  
6 1     1   511 use Role::Tiny::With qw( with );
  1         245  
  1         68  
7              
8             with 'Alien::Role::Alt';
9              
10             1;