function isGroupLength()
in
dicomtojson.js [73:75]
3
lines of code
1
McCabe index (conditional complexity)
function isGroupLength(elem) { return /0000$/.test(elem.tag); }