| erfasrc/src/pb06.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 79 | 0 | 0 | if ( x < 0.0 ) { |
| 83 | 0 | 0 | *bz = ( x != 0.0 || y != 0.0 ) ? - atan2(y,x) : 0.0; |
| 91 | 0 | 0 | *btheta = ( x != 0.0 || y != 0.0 ) ? - atan2(y,x) : 0.0; |
| 95 | 0 | 0 | *bzeta = ( x != 0.0 || y != 0.0 ) ? - atan2(y,x) : 0.0; |