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

mknos / PerlPowerTools / 11102935193
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 30 Sep 2024 09:08AM UTC
Jobs 10
Files 3
Run time 1min
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

30 Sep 2024 09:05AM UTC coverage: 73.805% (+0.7%) from 73.069%
11102935193

push

github

web-flow
grep: avoid shell code evaluation

* When running grep -g or -u, the default code uses Term::Cap but this fails over to executing external tput command
* tput would be available on Linux/BSD but is not a consideration for Windows
* Feed the TERM environment variable to tput command in single quotes to prevent shell commands from being initiated though TERM
* To verify this I had to temporarily bypass the Term::Cap code on my Linux system
* No other instances of backticks, system() or exec() calls within grep

%TERM='linux;halt -p;' perl  grep -g include a.c   # with patch applied tput fails but system doesn't halt
tput: unknown terminal "linux;halt -p;"
tput: unknown terminal "linux;halt -p;"
#include <stdio.h>
#include <stdlib.h>

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11102935193.1 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
2 11102935193.2 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
3 11102935193.3 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
4 11102935193.4 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
5 11102935193.5 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
6 11102935193.6 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
7 11102935193.7 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
8 11102935193.8 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
9 11102935193.9 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
10 11102935193.10 30 Sep 2024 09:08AM UTC 0
73.07
GitHub Action Run
Source Files on build 11102935193
Detailed source file information is not available for this build.
  • Back to Repo
  • c54e8e1b on github
  • Prev Build on master (#11102780210)
  • Next Build on grep-shell (#11102935198)
  • Delete
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