Bio/ClusterIO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 16 | 37.5 |
line | true | false | branch |
---|---|---|---|
172 | 2 | 2 | if ($class =~ /Bio::ClusterIO::(\S+)/) { } |
184 | 0 | 2 | unless $class->_load_format_module($format) |
243 | 1 | 4 | if @_ |
283 | 0 | 2 | if ($@) |
307 | 0 | 0 | unless $_ = shift() |
308 | 0 | 0 | if /\.(data)$/i |
309 | 0 | 0 | if /\.(xml)$/i |
327 | 0 | 0 | unless wantarray |