blib/lib/Bio/Phylo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 21 | 47.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
162 | 10434 | 0 | 2950 | @_ and @_ = &looks_like_hash(@_) |
198 | 0 | 0 | 0 | &blessed($@) and $@->can('rethrow') |
0 | 0 | 0 | not ref $@ and $@ =~ /^Can't locate object method / | |
218 | 0 | 836 | 12548 | ref $self ne 'Bio::Phylo::NeXML::Writable' and not $self->isa('Bio::Phylo::Matrices::Datatype') |
349 | 1664 | 0 | 577 | defined $generic{$id} and @_ |
358 | 2113 | 0 | 128 | scalar @_ == 1 and &looks_like_instance($_[0], 'HASH') |
582 | 29 | 0 | 56 | $output and ref $output |