Searched refs:total_counts (Results 1 – 1 of 1) sorted by relevance
292 total_counts=$(bc <<< "$invalid_counts+$valid_counts")293 if (( $(bc <<< "$total_counts <= 0") ))299 …isok=$(bc <<< "scale=2; if (($invalid_counts/$total_counts) < (1-$tolerance_rate)) { 0 } else { 1 …
Completed in 4 milliseconds