• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

abs-lang / abs / 374 / 3
72%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 15 Feb 2019 07:38AM UTC
Files 7
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Feb 2019 07:35AM UTC coverage: 73.507% (+0.2%) from 73.342%
CONTEXT=abs

push

travis-ci-com

odino
number.round(decimals), number.floor(), number.ceil()

closes #183, closes #184, closes #185

```
10.9.floor() # 10
"a".floor() # ERROR: floor(...) can only be called on strings which represent numbers, 'a' given
"10.9".floor() # 10
10.3.ceil() # 11
"a".ceil() # ERROR: ceil(...) can only be called on strings which represent numbers, 'a' given
"10.3".ceil() # 11
10.3.round() # 10
10.6.round() # 11
10.333.round(1) # 10.3
"10.333".round(1) # 10.3
"a".round() # ERROR: round(...) can only be called on strings which represent numbers, 'a' given
```

2400 of 3265 relevant lines covered (73.51%)

41.36 hits per line

Source Files on job 374.3 (CONTEXT=abs)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 142
  • Travis Job 374.3
  • 85f78760 on github
  • Prev Job for CONTEXT=abs on 1.2.x (#370.2)
  • Next Job for CONTEXT=abs on 1.2.x (#384.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc