Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid conditional variable declaration #99

Merged
merged 1 commit into from
Jan 25, 2018

Conversation

exercism-1
Copy link
Contributor

perldoc perlsyn:

The behaviour of a my, state, or our modified with a statement modifier conditional or loop construct (for example, my $x if ... ) is undefined.

perldoc perlsyn:

> The behaviour of a `my`, `state`, or `our` modified with a statement modifier conditional or loop construct (for example, `my $x if ...` ) is **undefined**.
@codecov
Copy link

codecov bot commented Jan 25, 2018

Codecov Report

Merging #99 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #99      +/-   ##
=========================================
+ Coverage    21.5%   21.5%   +<.01%     
=========================================
  Files          71      71              
  Lines       19913   19914       +1     
  Branches     5728    5728              
=========================================
+ Hits         4282    4283       +1     
  Misses      14922   14922              
  Partials      709     709
Impacted Files Coverage Δ
lib/SQL/Translator/Producer/SQLite.pm 85.91% <100%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c44281d...6e9cebc. Read the comment docs.

@dbsrgits-sync dbsrgits-sync merged commit 6e9cebc into dbsrgits:master Jan 25, 2018
@exercism-1 exercism-1 deleted the patch-1 branch January 25, 2018 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants