tomstats.tex 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. %\begin{table}[H]
  2. %\begin{center}
  3. \begin{tabular}{c|rrrrr|r}
  4. Sous-projet & \multicolumn{5}{c|}{Nombre de lignes par langage} & Total \\
  5. & tom & gom & java & ada & python & \\
  6. \hline
  7. engine & \num{20467} & \num{471} & \num{2690} & - & - & \num{23628} \\
  8. library & \num{15062} & \num{297} & \num{2547} & \num{2074} & \num{1746} & \num{21726} \\
  9. gom & \num{9572} & \num{188} & \num{1734} & - & - & \num{11494} \\
  10. emf & \num{1479} & - & - & - & - & \num{1479} \\
  11. platform & \num{416} & \num{16} & \num{602} & - & - & \num{1034} \\
  12. \hline
  13. %Total & 47968 (80,94\%) & 7477 (12.62\%) & 2074 (3.50\%) & 1746 (2.95\%) & 59265 \\
  14. Total & \num{46996} & \num{972} & \num{7573} & \num{2074} & \num{1746} & \num{59351} \\
  15. \% & 79,17\% & 1,64\% & 12,76\% & 3,49\% & 2,94\% & 100\% \\
  16. \end{tabular}
  17. %\caption{Nombre de lignes de code dans le projet {\tom}}
  18. %\label{table:stats}
  19. %\end{center}
  20. %\end{table}
  21. %\begin{tabular}{c|cccc|c}
  22. % Répertoire & \multicolumn{4}{c|}{Nombre de lignes par langage} & Total \\
  23. % & tom & java & ada & python & \\
  24. % \hline
  25. % engine & 20938 & 2690 & - & - & 23628 \\
  26. % library & 15359 & 2451 & 2074 & 1746 & 21630 \\
  27. % gom & 9760 & 1734 & - & - & 11494 \\
  28. % emf & 1479 & - & - & - & 1479 \\
  29. % platform & 432 & 602 & - & - & 1034 \\
  30. % \hline
  31. % %Total & 47968 (80,94\%) & 7477 (12.62\%) & 2074 (3.50\%) & 1746 (2.95\%) & 59265 \\
  32. % Total & 47968 & 7477 & 2074 & 1746 & 59265 \\
  33. % \% & 80,94\% & 12.62\% & 3.50\% & 2.95\% & \\
  34. %\end{tabular}