File Coverage

blib/lib/Acme/MomoiroClover/Members/IkuraManami.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::IkuraManami;
2              
3 2     2   11 use strict;
  2         3  
  2         65  
4 2     2   10 use warnings;
  2         4  
  2         53  
5              
6 2     2   10 use base qw(Acme::MomoiroClover::Members::Base);
  2         3  
  2         384  
7              
8             sub info {
9             return (
10 3     3 0 17 family_name_ja => '伊倉',
11             first_name_ja => '愛美',
12             family_name_en => 'Ikura',
13             first_name_en => 'Manami',
14             nick => [],
15             birthday => Date::Simple->new('1994-02-04'),
16             blood_type => 'AB',
17             hometown => '埼玉県',
18             emoticon => [],
19             graduate_date => Date::Simple->new('2008-12-29'),
20             join_date => Date::Simple->new('2008-05-17'),
21             color => undef,
22             );
23             }
24              
25             1;