home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / software / 4451 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.software-eng
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-col!hpfcnfs.sde.hp.com!aaronf
  3. From: aaronf@fc.sde.hp.com (Aaron Friesen)
  4. Subject: Re: Complexity metrics: Beyond McCabe.
  5. Message-ID: <By1v5D.DCp@fc.sde.hp.com>
  6. Sender: news@fc.sde.hp.com (Notes Administrator)
  7. Reply-To: aaronf@fc.hp.com
  8. Organization: HP SESD, Fort Collins, CO
  9. X-Newsreader: TIN [version 1.1.4 PL6]
  10. References: <2235@snap>
  11. Date: Sat, 21 Nov 1992 04:58:24 GMT
  12. Lines: 14
  13.  
  14. Paul Johnson (paj@uk.co.gec-mrc) wrote:
  15. : Should a metric like this take numbers of variables into account?
  16. : Assignment statements?  If I take a chunk of code and put it into a
  17. : function, inserting a function call in its place, have I increased
  18. : complexity, decreased it or not affected it?
  19.  
  20. Halstead metrics deal with various things such as variables,
  21. assignment statements and such.  It has been too many years since
  22. I examined any of his work, but that might give you a starting
  23. point or possibly jog someone else's memory on the subject.
  24.  
  25. --
  26.  
  27. Aaron
  28.