Branch Coverage

blib/lib/MooseX/Role/Loggable.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
125 1 13 if ($self->$method)
157 5 8 if (exists $args{'logger'})
158 1 4 unless $args{'logger'}->$MooseX::Role::Loggable::_isa('Log::Dispatchouli') or $args{'logger'}->$MooseX::Role::Loggable::_isa('Log::Dispatchouli::Proxy')
164 32 16 exists $attr_meth_map{$item} ? :
168 1 47 if (exists $args{$item}) { }
173 9 38 if exists $args{'logger'}{$attr}