File Coverage

blib/lib/Acme/PrettyCure/Girl/CureMarine.pm
Criterion Covered Total %
statement 10 12 83.3
branch n/a
condition n/a
subroutine 6 8 75.0
pod 0 6 0.0
total 16 26 61.5


line stmt bran cond sub pod time code
1             package Acme::PrettyCure::Girl::CureMarine;
2 3     3   18 use utf8;
  3         8  
  3         21  
3 3     3   81 use Moo;
  3         7  
  3         20  
4              
5             with qw/Acme::PrettyCure::Girl::Role Acme::PrettyCure::Girl::Role::HeartCatch/;
6              
7 2     2 0 38 sub human_name {'来海えりか'}
8 2     2 0 40 sub precure_name {'キュアマリン'}
9 0     0 0 0 sub age {14}
10 2     2 0 12 sub challenge { qw(海風に揺れる一輪の花、キュアマリン!) }
11 4     4 0 11 sub color { 33 }
12 0     0 0   sub image_url {'http://www.toei-anim.co.jp/tv/hc_precure/images/chara/chara02.jpg'}
13              
14             1;