Branch Coverage

blib/lib/Bio/ToolBox/utility.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
147 0 0 unless defined $string
148 0 0 if ($string =~ /[^\d,\-\s\&]/)
155 0 0 if (/\-/) { }
177 0 0 if ($number =~ /[^\d,\-\.]/)
184 0 0 if ($number =~ /^\-?(\d+)\.(\d+)$/) { }
196 0 0 if (@digits > 3) { }
211 0 0 if defined $decimals
219 0 0 unless (ref($Data) =~ /Bio::ToolBox::Data/)
225 0 0 unless ($Data->filename eq $DATA_FILENAME and join(';', $Data->list_columns) eq $DATA_COLNAMES)
250 0 0 if ($Data->name($_)) { }
257 0 0 wantarray ? :
268 0 0 if ($dataset =~ /&/) { }
0 0 elsif ($dataset =~ m[/]) { }
272 0 0 if ($new_name) { }