Concern regarding Total Count Column in expressions_details.csv

Let say we have three rules

myRuleA

myRuleB

myRuleC

Old Code

myRuleA calls myRuleB and myRuleC

When we do a count on expressions_details.csv for the no of times myRuleA was called on a given day it was around 2878100

New Code

Recently we introduced some new logic into myRuleA so that it didn't needed to call myRuleB and myRuleC. The code to call myRuleB and myRuleC is fully removed from this myRuleA. Now when we do a count on expressions_details.csv for the no of times myRuleA was called on a given day it was around 166773

Note:

The days we are comparing has almost the similar operation. So the expectation was the counts to be almost simillar. But we are seeing a drastic change

Any idea why this is happening?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data