Branch Coverage

blib/lib/Bread/Board/Service.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
61 10 79 if scalar @_ == 0
62 79 0 if scalar @_ == 1
63 0 0 unless scalar @_ % 2 == 0
88 4 3 unless $params{'service_class'} eq &blessed($self)
91 2 4 if (exists $params{$p})
92 2 0 if ($self->does($mergeable_params{$p}{'interface'})) { }