Branch Coverage

blib/lib/Reply/Plugin/Autocomplete/ExportedSymbols.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
19 0 4 unless my($before, $module_name, $fragment) = $line =~ /(.*?)use\s+($Reply::Plugin::Autocomplete::ExportedSymbols::module_name_rx)(.*)$/
20 0 4 if $before =~ /^#/
23 2 2 if (my($ident) = $fragment =~ /(:$Reply::Plugin::Autocomplete::ExportedSymbols::ident_rx?|$Reply::Plugin::Autocomplete::ExportedSymbols::ident_rx)$/)
32 1 4 unless eval { do { &Module::Runtime::require_module($module_name) } }
39 4 0 if $stash->has_symbol('@EXPORT')
40 4 0 if $stash->has_symbol('@EXPORT_OK')
41 4 0 if $stash->has_symbol('%EXPORT_TAGS')