Content deleted Content added
No edit summary |
No edit summary |
||
Line 169:
end
-- Set Net Run Rate. This is probabaly over-engineered and could just be done with a single precalculated value
local nrr
if (oversbowled == 0 ) or(oversreceived == 0) then -- if 0 or null then have mdash rather than 0?
Line 181:
if full_table then
-- Use actual values if wins, ties, and losses are not numeric. Copied this from other module.
if (wins == 0 and ties == 0 and losses == 0) then
local function numorval(s)
|