Condition Coverage

blib/lib/Object/Meta/Plugin/Host.pm
Criterion Covered Total %
condition 7 30 23.3


or 2 conditions

line l !l condition
91 0 3 $self->stack($method) || []
174 0 1 shift() || 0
290 0 0 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
45 1 0 0 $plugin->init(@_) || croak('init() did not return an export list')
85 0 0 1 not $x or grep {not $x->can($_);} 'list', 'plugin', 'exists', 'merge', 'unmerge', 'info'
104 0 0 0 not $x or grep {not $x->can($_);} 'list', 'plugin'
139 0 0 0 $self->UNIVERSAL::can($method) || $self->stack($method) && sub { $AUTOLOAD = $method; goto \&AUTOLOAD; } || $self->UNIVERSAL::can('super') && $self->super->can($method)
198 0 0 0 tied @$self || $self
204 0 1 0 tied @$self || $self
211 2 2 0 tied @$self || $self
237 0 0 0 $self->UNIVERSAL::can($method) or $self->plugin->can($method)