()
| 254 | } |
| 255 | |
| 256 | getNumSh(): number { |
| 257 | return !this.extra.sh1 |
| 258 | ? 0 |
| 259 | : !this.extra.sh2 |
| 260 | ? 1 |
| 261 | : !this.extra.sh3a || !this.extra.sh3b |
| 262 | ? 2 |
| 263 | : 3; |
| 264 | } |
| 265 | |
| 266 | setMaxSh(maxSh: number) { |
| 267 | this.maxSh = maxSh; |
no outgoing calls
no test coverage detected