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
For one repository I do observe that when I exclude a subdirectory the metric is larger than when running for the whole repository without excluding anything:
Among other there are two subdirectories client and server
$ hoc
48806
$ hoc -e "client/**"
71656
$ hoc -e "client/**" -e "server/**"
69724
How can this behaviour explained? I would except the hoc metric to be smaller or equal after any kind of exclude.
The text was updated successfully, but these errors were encountered:
@christophamma I've seen the same recently, in one of my projects. Then I investigated and found that it's a perfectly correct behavior. Let me explain...
For one repository I do observe that when I exclude a subdirectory the metric is larger than when running for the whole repository without excluding anything:
Among other there are two subdirectories client and server
How can this behaviour explained? I would except the hoc metric to be smaller or equal after any kind of exclude.
The text was updated successfully, but these errors were encountered: