blib/lib/Bio/Phylo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 21 | 47.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
161 | 11645 | 0 | 2979 | @_ and @_ = &looks_like_hash(@_) |
197 | 0 | 0 | 0 | &blessed($@) and $@->can('rethrow') |
0 | 0 | 0 | not ref $@ and $@ =~ /^Can't locate object method / | |
217 | 0 | 836 | 13788 | ref $self ne 'Bio::Phylo::NeXML::Writable' and not $self->isa('Bio::Phylo::Matrices::Datatype') |
348 | 1545 | 0 | 556 | defined $generic{$id} and @_ |
357 | 1973 | 0 | 128 | scalar @_ == 1 and &looks_like_instance($_[0], 'HASH') |
581 | 29 | 0 | 56 | $output and ref $output |