| name | method, % | block, % |
|---|
| <static initializer> | 0% (0/1) | 0% (0/22) |
| Rational (): void | 0% (0/1) | 0% (0/3) |
| Rational (LargeInteger, LargeInteger): void | 0% (0/1) | 0% (0/9) |
| Rational (Rational): void | 0% (0/1) | 0% (0/3) |
| abs (): Rational | 0% (0/1) | 0% (0/7) |
| compareTo (Rational): int | 0% (0/1) | 0% (0/12) |
| copy (): Rational | 0% (0/1) | 0% (0/16) |
| divide (Rational): Rational | 0% (0/1) | 0% (0/13) |
| doubleValue (): double | 0% (0/1) | 0% (0/62) |
| equals (Object): boolean | 0% (0/1) | 0% (0/23) |
| getDividend (): LargeInteger | 0% (0/1) | 0% (0/3) |
| getDivisor (): LargeInteger | 0% (0/1) | 0% (0/3) |
| hashCode (): int | 0% (0/1) | 0% (0/8) |
| inverse (): Rational | 0% (0/1) | 0% (0/27) |
| isLargerThan (Rational): boolean | 0% (0/1) | 0% (0/12) |
| isNegative (): boolean | 0% (0/1) | 0% (0/4) |
| isPositive (): boolean | 0% (0/1) | 0% (0/4) |
| isZero (): boolean | 0% (0/1) | 0% (0/4) |
| longValue (): long | 0% (0/1) | 0% (0/7) |
| minus (Rational): Rational | 0% (0/1) | 0% (0/19) |
| normalize (): Rational | 0% (0/1) | 0% (0/50) |
| opposite (): Rational | 0% (0/1) | 0% (0/7) |
| plus (Rational): Rational | 0% (0/1) | 0% (0/19) |
| round (): LargeInteger | 0% (0/1) | 0% (0/24) |
| times (Rational): Rational | 0% (0/1) | 0% (0/15) |
| times (long): Rational | 0% (0/1) | 0% (0/6) |
| toText (): Text | 0% (0/1) | 0% (0/11) |
| valueOf (CharSequence): Rational | 0% (0/1) | 0% (0/36) |
| valueOf (LargeInteger, LargeInteger): Rational | 0% (0/1) | 0% (0/13) |
| valueOf (long, long): Rational | 0% (0/1) | 0% (0/15) |