Branch Coverage

blib/lib/Acme/MomoiroClover/Members/Base.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
47 6 5 if $self->color
69 0 33 if ($today->month - $self->birthday->month == 0) { }
23 10 elsif ($today->month - $self->birthday->month > 0) { }
70 0 0 if ($today->day - $self->birthday->day >= 0) { }