cam icon indicating copy to clipboard operation
cam copied to clipboard

Add number of metrics analyzer

Open timur-harin opened this issue 9 months ago โ€ข 0 comments

@yegor256 In this PR, I added:

  • Complex Java class to check number of metrics
  • Check that number is equivalent with number of metrics of simple Java class Foo

Now the result of sudo make test TEST=tests/steps/test-measure-file.sh

steps/test-measure-file.sh:
๐Ÿ‘๐Ÿป Single file measured correctly
๐Ÿ‘๐Ÿป Broken syntax measured and error log created
๐Ÿ‘๐Ÿป Complex file measured correctly
๐Ÿ‘๐Ÿป Number of metrics matches for simple and complex Java files: 62 metrics

timur-harin avatar May 24 '24 10:05 timur-harin