#uses util.awk table.awk effort.awk risk.awk defects.awk BEGIN { initTables() ksloc = 200 a = 4.5 b = 1.01 sfKeys = "flex,pmat,prec,resl,team" sfVals = "h,h,h,h,h" emKeys = "acap,apex,cplx,data,docu,ltex,pcap,pcon,plex,pvol,rely,ruse,sced,site,stor,time,tool" emVals = "h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h" initOptions(input,ksloc,a,b,sfKeys,sfVals,emKeys,emVals) print "Effort: " Effort(input) }