Condition Coverage

blib/lib/Inline/Wrapper.pm
Criterion Covered Total %
condition 3 25 12.0


and 2 conditions

line l !l condition
144 0 0 carp("$modname not loaded") and return
175 0 0 carp("Module '${modname}' not loaded") and return ()
264 0 0 carp('add_language(): Language not set; read the docs') and return
267 0 0 carp('add_language(): Language extension not set; read the docs') and return

and 3 conditions

line !l l&&!r l&&r condition
114 0 0 0 $temp_lang eq $temp_module->language and $temp_base_dir eq $temp_module->base_dir
147 0 0 1 $self->_del_module($modname) && $modname

or 2 conditions

line l !l condition
15 0 6 $INC{'Inline::Wrapper.pm'} ||= '/.cpan/build/Inline-Wrapper-0.05-l7tZS6/blib/lib/Inline/Wrapper.pm'

or 3 conditions

line l !l&&r !l&&!r condition
112 0 0 0 $args{'language'} || $self->language
113 0 0 0 $args{'base_dir'} || $self->base_dir
325 0 8 0 $language ||= $$self{'language'}