line |
true |
false |
branch |
48
|
0 |
0 |
unless $self->__id |
81
|
0 |
0 |
if (not defined $_) { } |
|
0 |
0 |
elsif (/^(?:[1-9][0-9]*|0+)$/) { } |
|
0 |
0 |
elsif (ref $_ and blessed $_ and $_->isa('MozRepl::RemoteObject::Instance')) { } |
|
0 |
0 |
elsif (ref $_ and blessed $_ and $_->isa('MozRepl::RemoteObject')) { } |
|
0 |
0 |
elsif (ref $_ and ref $_ eq 'CODE') { } |
|
0 |
0 |
elsif (ref $_) { } |
116
|
0 |
0 |
if (@_ == 3) |
197
|
0 |
0 |
unless $other and ref $other and blessed $other and $other->isa('MozRepl::RemoteObject::Instance') and $self->isa('MozRepl::RemoteObject::Instance') |
202
|
0 |
0 |
unless my $left = id($self) |
295
|
0 |
0 |
unless $id |