File Coverage

blib/lib/Acme/PrettyCure/Girl/CureSunshine.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::CureSunshine;
2 3     3   17 use utf8;
  3         6  
  3         21  
3 3     3   80 use Moo;
  3         9  
  3         18  
4              
5             with qw/Acme::PrettyCure::Girl::Role Acme::PrettyCure::Girl::Role::HeartCatch/;
6              
7 2     2 0 49 sub human_name {'明堂院いつき'}
8 2     2 0 39 sub precure_name {'キュアサンシャイン'}
9 0     0 0 0 sub age {14}
10 2     2 0 10 sub challenge { qw(陽の光浴びる一輪の花、キュアサンシャイン!) }
11 4     4 0 14 sub color { 227 }
12 0     0 0   sub image_url { 'http://www.toei-anim.co.jp/tv/hc_precure/images/chara/chara14.jpg' }
13              
14             1;