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

signdict / website / c76ad6746a949a6f4dec724446ec91bdf7644e39

04 Oct 2025 09:15PM UTC coverage: 91.239%. First build
c76ad6746a949a6f4dec724446ec91bdf7644e39

Pull #1660

github

bitboxer
Last deprecation warning gone
Pull Request #1660: Update a few things

57 of 63 new or added lines in 28 files covered. (90.48%)

1156 of 1267 relevant lines covered (91.24%)

91.73 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/lib/sign_dict/services/blank.ex
1
defmodule SignDict.Services.Blank do
NEW
2
  def is_blank?(nil) do
×
3
    true
4
  end
5

6
  def is_blank?(string) do
NEW
7
    str_len =
×
8
      string
9
      |> String.trim()
10
      |> String.length()
11

NEW
12
    str_len == 0
×
13
  end
14
end
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

© 2025 Coveralls, Inc