Repo Added
|
Files
10
|
Badge
Embed ▾
README BADGES
|
travis-ci-com
11 of 11 new or added lines in 1 file covered. (100.0%)
3007 of 4155 relevant lines covered (72.37%)
243.32 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
1163 | fn-call | Ability to call a function with dynamic arguments: fn.call(args) `call` calls a function with the arguments passed: ``` bash multiplier = f(x, y) { x * y } multiplier.call([10, 2]) # 20 ``` | Pull #323 | web-flow | travis-ci-com |
72.37 |
|
1162 | fn-call | Ability to call a function with dynamic arguments: fn.call(args) `call` calls a function with the arguments passed: ``` bash multiplier = f(x, y) { x * y } multiplier.call([10, 2]) # 20 ``` | push | odino | travis-ci-com |
72.37 |