File Coverage

blib/lib/Acme/PrettyCure/Girl/CureMoonlight.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::CureMoonlight;
2 3     3   20 use utf8;
  3         8  
  3         22  
3 3     3   84 use Moo;
  3         6  
  3         18  
4              
5             with qw/Acme::PrettyCure::Girl::Role Acme::PrettyCure::Girl::Role::HeartCatch/;
6              
7 2     2 0 39 sub human_name {'月影ゆり'}
8 2     2 0 35 sub precure_name {'キュアムーンライト'}
9 0     0 0 0 sub age {17}
10 2     2 0 11 sub challenge { qw(月光に冴える一輪の花、キュアムーンライト!) }
11 4     4 0 10 sub color { 141 }
12 0     0 0   sub image_url {'http://www.toei-anim.co.jp/tv/hc_precure/images/chara/chara05.jpg'}
13              
14             1;