| 238 | const BUILDSTRIPRE = new RegExp(src[t.BUILD], 'g') |
| 239 | |
| 240 | const isNullSet = c => c.value === '<0.0.0-0' |
| 241 | const isAny = c => c.value === '' |
| 242 | |
| 243 | // take a set of comparators and determine whether there |
no outgoing calls
no test coverage detected