Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. kkonstan@robot-srv:~/E2E-MG-Robot$ run_pylint libraries/protocols/ArpAnalysis.py
  2. ARGS after parse: /home/kkonstan/E2E-MG-Robot/libraries/protocols/ArpAnalysis.py
  3. ||=== Setting up Virtualenv... ===||
  4. [INFO] run_pylint.sh: Activating Virtualenv = /home/kkonstan/E2E-MG-Robot/virtualenv
  5. ||=== Running PyLint: pylint --rcfile /home/kkonstan/E2E-MG-Robot/.pylintrc /home/kkonstan/E2E-MG-Robot/libraries/protocols/ArpAnalysis.py ===||
  6.  
  7.  
  8. Report
  9. ======
  10. 270 statements analysed.
  11.  
  12. Statistics by type
  13. ------------------
  14.  
  15. +---------+-------+-----------+-----------+------------+---------+
  16. |type |number |old number |difference |%documented |%badname |
  17. +=========+=======+===========+===========+============+=========+
  18. |module |1 |1 |= |0.00 |0.00 |
  19. +---------+-------+-----------+-----------+------------+---------+
  20. |class |5 |5 |= |40.00 |0.00 |
  21. +---------+-------+-----------+-----------+------------+---------+
  22. |method |33 |34 |-1.00 |78.79 |0.00 |
  23. +---------+-------+-----------+-----------+------------+---------+
  24. |function |0 |0 |= |0 |0 |
  25. +---------+-------+-----------+-----------+------------+---------+
  26.  
  27.  
  28.  
  29. External dependencies
  30. ---------------------
  31. ::
  32.  
  33. enum (libraries.protocols.ArpAnalysis)
  34. libraries
  35. \-parsers
  36. | \-IndexParsing (libraries.protocols.ArpAnalysis)
  37. \-wireshark
  38. \-pdml
  39. \-Analyzer (libraries.protocols.ArpAnalysis)
  40. robot
  41. \-api
  42. \-logger (libraries.protocols.ArpAnalysis)
  43.  
  44.  
  45.  
  46. Raw metrics
  47. -----------
  48.  
  49. +----------+-------+------+---------+-----------+
  50. |type |number |% |previous |difference |
  51. +==========+=======+======+=========+===========+
  52. |code |316 |50.32 |310 |+6.00 |
  53. +----------+-------+------+---------+-----------+
  54. |docstring |183 |29.14 |194 |-11.00 |
  55. +----------+-------+------+---------+-----------+
  56. |comment |16 |2.55 |16 |= |
  57. +----------+-------+------+---------+-----------+
  58. |empty |113 |17.99 |111 |+2.00 |
  59. +----------+-------+------+---------+-----------+
  60.  
  61.  
  62.  
  63. Duplication
  64. -----------
  65.  
  66. +-------------------------+------+---------+-----------+
  67. | |now |previous |difference |
  68. +=========================+======+=========+===========+
  69. |nb duplicated lines |0 |0 |= |
  70. +-------------------------+------+---------+-----------+
  71. |percent duplicated lines |0.000 |0.000 |= |
  72. +-------------------------+------+---------+-----------+
  73.  
  74.  
  75.  
  76. Messages by category
  77. --------------------
  78.  
  79. +-----------+-------+---------+-----------+
  80. |type |number |previous |difference |
  81. +===========+=======+=========+===========+
  82. |convention |0 |0 |= |
  83. +-----------+-------+---------+-----------+
  84. |refactor |0 |0 |= |
  85. +-----------+-------+---------+-----------+
  86. |warning |0 |0 |= |
  87. +-----------+-------+---------+-----------+
  88. |error |0 |0 |= |
  89. +-----------+-------+---------+-----------+
  90.  
  91.  
  92.  
  93.  
  94. --------------------------------------------------------------------
  95. Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement