File Coverage

blib/lib/Moonshine/Bootstrap/Trait/Export.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


line stmt bran cond sub pod time code
1             package Moonshine::Bootstrap::Trait::Export;
2              
3 5     5   3747 use strict;
  5         12  
  5         240  
4 5     5   28 use warnings;
  5         11  
  5         301  
5              
6 5     5   25 use Method::Traits ':for_providers';
  5         9  
  5         66  
7              
8             sub Export {
9 5     5 0 2013 my ($meta, $method_name) = @_;
10            
11             }
12              
13             1;