Branch Coverage

blib/lib/Bot/Cobalt/Conf/File/Plugins.pm
Criterion Covered Total %
branch 15 22 68.1


line true false branch
60 14 27 if (defined $this_cfg->{'Config'})
62 14 0 unless ($this_cf_path->is_absolute)
70 6 35 if $this_cfg->{'NoAutoLoad'}
73 6 35 if defined $this_cfg->{'Priority'}
75 7 34 if (defined $this_cfg->{'Opts'})
77 0 7 unless ref $this_cfg->{'Opts'} eq 'HASH'
90 0 52 unless defined $plugin
105 0 1 unless defined $plugin
114 0 1 unless defined $plugin
124 0 1 unless (defined $plugin_obj)
129 0 1 unless (&blessed($plugin_obj) and $plugin_obj->isa('Bot::Cobalt::Conf::File::PerPlugin'))