Lines Matching refs:should
132 profile_data.rule_invocations.should == 60
133 profile_data.guessing_rule_invocations.should == 0
134 profile_data.rule_invocation_depth.should == 12
136 profile_data.fixed_decisions.should == 40
138 fixed_data.min.should == 1
139 fixed_data.max.should == 2
140 fixed_data.average.should == 1.075
141 fixed_data.standard_deviation.should == 0.26674678283691855
143 profile_data.cyclic_decisions.should == 4
145 cyclic_data.min.should == 3
146 cyclic_data.max.should == 10
147 cyclic_data.average.should == 5.75
148 cyclic_data.standard_deviation.should == 3.4034296427770228
150 profile_data.syntactic_predicates.should == 0
152 profile_data.memoization_cache_entries.should == 0
153 profile_data.memoization_cache_hits.should == 0
154 profile_data.memoization_cache_misses.should == 0
156 profile_data.semantic_predicates.should == 0
157 profile_data.tokens.should == 77
158 profile_data.hidden_tokens.should == 24
159 profile_data.characters_matched.should == 118
160 profile_data.hidden_characters_matched.should == 40
161 profile_data.reported_errors.should == 0