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

Gallopsled / pwntools / 3450 / 1
19%
dev: 19%

Build:
DEFAULT BRANCH: dev
Ran 08 May 2019 01:06PM UTC
Files 133
Run time 6s
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

08 May 2019 01:00PM UTC coverage: 58.47% (+0.02%) from 58.454%
3450.1

push

travis-ci

Arusekk
Identity is not the same thing as equality in Python (#1306)

Use ==/!= to compare str, bytes, and int literals: __fmt is not 'raw'__ --> __fmt != 'raw'__

$ __python__
```python
>>> raw = 'ra'
>>> raw += 'w'
>>> raw
'raw'
>>> raw == 'raw'
True
>>> raw is 'raw'
False
```

2328 of 5356 branches covered (43.47%)

8170 of 13973 relevant lines covered (58.47%)

0.58 hits per line

Source Files on job 3450.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3197
  • Travis Job 3450.1
  • c15afc59 on github
  • Prev Job for on dev (#3435.1)
  • Next Job for on dev (#3499.1)
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