You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use the tool to find cyclomatic values for vue files, i was trying it by runing the following command cqc --ext ".vue" --verbose /my/vue/file/vue_file.vue
However I always get complexity rate % as 0, no matter what file it is( even if file has lot of if...else , loops). Are there any rules by which the complexity of a vue file is calculated which i can refer to? Are these results expected?
The text was updated successfully, but these errors were encountered:
I was trying to use the tool to find cyclomatic values for vue files, i was trying it by runing the following command
cqc --ext ".vue" --verbose /my/vue/file/vue_file.vue
However I always get complexity rate % as 0, no matter what file it is( even if file has lot of if...else , loops). Are there any rules by which the complexity of a vue file is calculated which i can refer to? Are these results expected?
The text was updated successfully, but these errors were encountered: