Skip to content

Conversation

@aravij
Copy link
Owner

@aravij aravij commented Dec 23, 2020

Processing in batch mode is done with

emcat batch -f batchFile -o outputFile

Batch input file format: CSV with tree columns: "FILE_PATH","CLASS_NAME","METHOD_NAME".
Each entry describes one method.

Batch output format: CSV with five columns: "FILE_PATH","CLASS_NAME","METHOD_NAME","NCSS","CYCLOMATIC_COMPLEXITY".
Each entry describes one method from input and metrics calculated on it.

Now to calculate metrics of single method, one should use following command:

emcat single -f filePath -c className -m methodName

@aravij aravij self-assigned this Dec 23, 2020
@aravij aravij added the enhancement New feature or request label Dec 23, 2020
@aravij aravij linked an issue Dec 23, 2020 that may be closed by this pull request
@aravij aravij changed the base branch from master to develop December 24, 2020 11:07
@aravij aravij marked this pull request as draft December 24, 2020 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Batch processing

2 participants