Branch Coverage

blib/lib/Reply/Plugin/ORM.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
17 0 0 unless defined $db_name
19 0 0 unless my $config_path = delete $opts{'config'}
26 0 0 if $@
49 0 0 if length $line <= 0
50 0 0 if $line =~ /^#/
51 0 0 if $line =~ /->\s*$/
52 0 0 if $line =~ /[\$\@\%\&\*]\s*$/
63 0 0 unless -f $config_fullpath
64 0 0 unless my $config = do $config_fullpath
67 0 0 unless $$config{$db_name}
73 0 0 unless $$config{'orm'}
74 0 0 unless $$config{'connect_info'}