File Coverage

blib/lib/Acme/MomoiroClover/Members/KashiwaYukina.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 Acme::MomoiroClover::Members::KashiwaYukina;
2              
3 2     2   10 use strict;
  2         4  
  2         63  
4 2     2   11 use warnings;
  2         4  
  2         62  
5              
6 2     2   9 use base qw(Acme::MomoiroClover::Members::Base);
  2         4  
  2         322  
7              
8             sub info {
9             return (
10 3     3 0 18 family_name_ja => '柏',
11             first_name_ja => '幸奈',
12             family_name_en => 'Kashiwa',
13             first_name_en => 'Yukina',
14             nick => [],
15             birthday => Date::Simple->new('1994-08-12'),
16             blood_type => 'B',
17             hometown => '神奈川県',
18             emoticon => [],
19             graduate_date => Date::Simple->new('2008-11-23'),
20             join_date => Date::Simple->new('2009-03-09'),
21             color => undef,
22             );
23             }
24              
25             1;