line |
!l |
l&&!r |
l&&r |
condition |
15
|
0 |
0 |
11 |
&Scalar::Util::blessed($self) and $self->isa("Venus::Core") |
|
0 |
0 |
11 |
&Scalar::Util::blessed($self) and $self->isa("Venus::Core") and $self->can("DOES") |
|
0 |
8 |
3 |
&Scalar::Util::blessed($self) and $self->isa("Venus::Core") and $self->can("DOES") and $self->DOES("Venus::Role::Valuable") |
60
|
18 |
1 |
0 |
&Scalar::Util::blessed($value) and $value->isa("Venus::Core") |
|
19 |
0 |
0 |
&Scalar::Util::blessed($value) and $value->isa("Venus::Core") and $value->can("DOES") |
|
1 |
0 |
0 |
&Scalar::Util::blessed($value) and $value->isa("Venus::Core") and $value->can("DOES") and $value->DOES("Venus::Role::Serializable") |