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

mpeterv / luacheck / 390 / 5
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 25 Dec 2016 12:58PM UTC
Files 24
Run time 1s
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

25 Dec 2016 12:50PM UTC coverage: 97.787% (+0.03%) from 97.759%
LUA="luajit 2.1"

push

travis-ci

mpeterv
Detect indirect indexing of globals

Detect issues related to globals in a new way. Recursively resolve
indexing operations with a local variable base (e.g. `var[foo()].bar`),
reporting chains with a global variable at the base. Infer if keys can be strings
and their literal values so that precise field access control can be implemented.
Filter out warnings for indirect accesses and mutations of completely
undefined globals as the localizing assignment is already reported.

E.g.

```lua
local table = tabel -- Typo, reported.
local string = string

local a = table.concat(a) -- No need to report this, `table` definition is already reported.
string.split = some_broken_slow_implementation -- Report this.
```

3314 of 3389 relevant lines covered (97.79%)

1024.66 hits per line

Source Files on job 390.5 (LUA="luajit 2.1")
  • Tree
  • List 0
  • Changed 23
  • Source Changed 5
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 390
  • Travis Job 390.5
  • 5b3fcce7 on github
  • Prev Job for LUA="luajit 2.1" on master (#389.5)
  • Next Job for LUA="luajit 2.1" on master (#392.5)
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