(a)
| 7 | var BADNUM = require('../../constants/numerical').BADNUM; |
| 8 | |
| 9 | function isAbsolute(a) { |
| 10 | return (a === 'a' || a === 'absolute'); |
| 11 | } |
| 12 | |
| 13 | function isTotal(a) { |
| 14 | return (a === 't' || a === 'total'); |
no outgoing calls
no test coverage detected
searching dependent graphs…