line |
true |
false |
branch |
62
|
0 |
3 |
if defined $value
|
68
|
0 |
3 |
if defined $value
|
74
|
0 |
3 |
if defined $value
|
80
|
0 |
3 |
if defined $value
|
86
|
0 |
3 |
if defined $value
|
92
|
0 |
0 |
unless ref $contig eq 'Sanger::CGP::Vcf::Contig'
|
95
|
0 |
0 |
defined $contig->name ? :
|
|
0 |
0 |
defined $$self{'_name'} ? :
|
|
0 |
0 |
if (defined $contig->name ? 1 : 0) != (defined $$self{'_name'} ? 1 : 0)
|
96
|
0 |
0 |
defined $contig->length ? :
|
|
0 |
0 |
defined $$self{'_length'} ? :
|
|
0 |
0 |
if (defined $contig->length ? 1 : 0) != (defined $$self{'_length'} ? 1 : 0)
|
97
|
0 |
0 |
defined $contig->assembly ? :
|
|
0 |
0 |
defined $$self{'_assembly'} ? :
|
|
0 |
0 |
if (defined $contig->assembly ? 1 : 0) != (defined $$self{'_assembly'} ? 1 : 0)
|
98
|
0 |
0 |
defined $contig->species ? :
|
|
0 |
0 |
defined $$self{'_species'} ? :
|
|
0 |
0 |
if (defined $contig->species ? 1 : 0) != (defined $$self{'_species'} ? 1 : 0)
|
99
|
0 |
0 |
defined $contig->checksum ? :
|
|
0 |
0 |
defined $$self{'_checksum'} ? :
|
|
0 |
0 |
if (defined $contig->checksum ? 1 : 0) != (defined $$self{'_checksum'} ? 1 : 0)
|
101
|
0 |
0 |
if defined $$self{'_name'} and $contig->name ne $$self{'_name'}
|
102
|
0 |
0 |
if defined $$self{'_length'} and $contig->length != $$self{'_length'}
|
103
|
0 |
0 |
if defined $$self{'_assembly'} and $contig->assembly ne $$self{'_assembly'}
|
104
|
0 |
0 |
if defined $$self{'_species'} and $contig->species ne $$self{'_species'}
|
105
|
0 |
0 |
if defined $$self{'_checksum'} and $contig->checksum ne $$self{'_checksum'}
|