Branch Coverage

blib/lib/DBD/Sys/Plugin.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
122 48 0 if $tblClass->can('get_table_name')
123 0 48 unless $tblName
124 4 44 if exists $supportedTables{$tblName} and not defined _ARRAY($supportedTables{$tblName})
127 4 44 if exists $supportedTables{$tblName}
128 44 4 unless exists $supportedTables{$tblName}