Repo Added
31 Jan 2019 09:07PM UTC
|
Total Files
8
|
# Builds
1432
Last
|
Badge
README BADGES
|
travis-ci-com
126 of 163 new or added lines in 7 files covered. (77.3%)
3116 of 4271 relevant lines covered (72.96%)
246.01 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Coverage | Commit | Committer | Type | Time | Via |
---|---|---|---|---|---|---|---|
1165 | named-functions |
72.96 |
Decorators & dynamic function arguments | Pull #319 | 15 Feb 2020 12:12PM UTC | travis-ci-com | |
1164 | named-functions |
72.96 |
Decorators & dynamic function arguments | push | 15 Feb 2020 12:11PM UTC | travis-ci-com | |
1157 | named-functions |
72.34 |
Named functions Functions can now be "named": ``` f my_func(x) { return x**2 } ``` Earlier, you would have had to assign the function to a variable: ``` my_func = f(x) { return x**2 } ``` while right now function names are first-class cit... | Pull #319 | 14 Feb 2020 11:32AM UTC | travis-ci-com | |
1156 | named-functions |
72.34 |
Named functions Functions can now be "named": ``` f my_func(x) { return x**2 } ``` Earlier, you would have had to assign the function to a variable: ``` my_func = f(x) { return x**2 } ``` while right now function names are first-class cit... | push | 14 Feb 2020 11:30AM UTC | travis-ci-com |