line |
!l |
l&&!r |
l&&r |
condition |
90
|
0 |
0 |
2 |
&blessed($obj) and $obj->isa("Math::Formula")
|
|
0 |
0 |
0 |
&blessed($obj) and $obj->isa("Math::Formula::Context")
|
113
|
0 |
0 |
22 |
not ref $name and @_
|
114
|
0 |
0 |
1 |
not @_ and &blessed($name)
|
|
0 |
0 |
1 |
not @_ and &blessed($name) and $name->isa("Math::Formula")
|
118
|
1 |
18 |
3 |
@_ == 1 and &blessed($next)
|
|
19 |
0 |
3 |
@_ == 1 and &blessed($next) and $next->isa("Math::Formula")
|
124
|
18 |
0 |
0 |
&blessed($next) and $next->isa("Math::Formula::Type")
|
127
|
1 |
13 |
4 |
@_ == 1 && ref $next eq 'ARRAY'
|
188
|
0 |
21 |
6 |
$result and $result->isa("MF::NAME")
|