Branch Coverage

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


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